Searched refs:ehufco (Results 1 – 3 of 3) sorted by relevance
/external/jpeg/ |
D | jchuff.h | 28 unsigned int ehufco[256]; /* code for each symbol */ member
|
D | jchuff.c | 261 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl() 384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block() 403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block() 425 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block() 439 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
|
D | jcphuff.c | 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
|