Searched refs:approxLow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DSOSMarkerSegment.java46 int approxLow; field in class:SOSMarkerSegment
56 approxLow = 0;
80 approxLow = buffer.buf[buffer.bufPtr++] &0xf;
89 approxLow = 0;
116 node.setAttribute("approxLow",
117 Integer.toString(approxLow));
138 value = getAttributeValue(node, attrs, "approxLow", 0, 15, false);
139 approxLow = (value != -1) ? value : approxLow;
170 System.out.println(approxLow);
[all...]
H A DJPEGImageWriter.java1427 retval[index++] = sos.approxLow;

Completed in 26 milliseconds