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

/external/jpeg/
H A Djchuff.h29 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon6470
30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
H A Djchuff.c248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
259 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i])
262 dtbl->ehufsi[i] = huffsize[p];
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0]))
425 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i]))
439 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0]))
H A Djcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djchuff.h29 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon13319
30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
H A Dfpdfapi_jchuff.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 Dfpdfapi_jcphuff.c288 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);

Completed in 54 milliseconds