Searched refs:DHT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java43 * A DHT (Define Huffman Table) marker segment.
49 super(JPEG.DHT);
73 super(JPEG.DHT);
83 super(JPEG.DHT);
87 throw new IIOInvalidTreeException("Invalid DHT node", node);
119 // We don't write DHT segments; the IJG library does.
123 printTag("DHT");
143 * A Huffman table within a DHT marker segment.
H A DJPEG.java64 public static final int DHT = 0xC4; field in class:JPEG
H A DJPEGMetadata.java197 case JPEG.DHT:
1172 * If there are DHT segments, the new DQT segment is inserted before the
1174 * If there are no DHT segments, the new DQT segment is inserted before
1240 * Merge the given DHT node into the marker sequence. If there already
1241 * exist DHT marker segments in the sequence, then each table in the
1242 * node replaces the first table, in any DHT segment, with the same
1243 * table class and table id. If none of the existing DHT segments contain
1245 * existing DHT segment.
1246 * If there are no DHT segments, then a new one is created and added
1248 * If there are DQT segments, the new DHT segmen
[all...]

Completed in 34 milliseconds