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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DSOSMarkerSegment.java44 int endSpectralSelection; field in class:SOSMarkerSegment
54 endSpectralSelection = 63;
78 endSpectralSelection = buffer.buf[buffer.bufPtr++];
87 endSpectralSelection = 63;
112 node.setAttribute("endSpectralSelection",
113 Integer.toString(endSpectralSelection));
133 value = getAttributeValue(node, attrs, "endSpectralSelection",
135 endSpectralSelection = (value != -1) ? value : endSpectralSelection;
166 System.out.println(endSpectralSelection);
[all...]
H A DJPEGImageWriter.java1425 retval[index++] = sos.endSpectralSelection;

Completed in 26 milliseconds