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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DSOSMarkerSegment.java45 int approxHigh; field in class:SOSMarkerSegment
55 approxHigh = 0;
79 approxHigh = buffer.buf[buffer.bufPtr] >> 4;
88 approxHigh = 0;
114 node.setAttribute("approxHigh",
115 Integer.toString(approxHigh));
136 value = getAttributeValue(node, attrs, "approxHigh", 0, 15, false);
137 approxHigh = (value != -1) ? value : approxHigh;
168 System.out.println(approxHigh);
[all...]
H A DJPEGImageWriter.java1426 retval[index++] = sos.approxHigh;

Completed in 34 milliseconds