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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.h33 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon692
34 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
H A Djchuff.c252 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
263 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i])
266 dtbl->ehufsi[i] = huffsize[p];
388 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
407 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0]))
429 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i]))
443 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0]))
H A Djcphuff.c291 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);

Completed in 50 milliseconds