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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.c160 char huffsize[257]; local
164 /* Note that huffsize[] and huffcode[] are filled in code-length order,
192 huffsize[p++] = (char) l;
194 huffsize[p] = 0;
201 si = huffsize[0];
203 while (huffsize[p]) {
204 while (((int) huffsize[p]) == si) {
H A Djchuff.c189 char huffsize[257]; local
193 /* Note that huffsize[] and huffcode[] are filled in code-length order,
220 huffsize[p++] = (char) l;
222 huffsize[p] = 0;
229 si = huffsize[0];
231 while (huffsize[p]) {
232 while (((int) huffsize[p]) == si) {
266 dtbl->ehufsi[i] = huffsize[p];

Completed in 42 milliseconds