Home
last modified time | relevance | path

Searched refs:ehufco (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/libjpeg/
H A Djchuff.c43 unsigned int ehufco[256]; /* code for each symbol */ member
242 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
421 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
434 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
945 if (! emit_bits_s(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
964 if (! emit_bits_s(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
986 if (! emit_bits_s(state, actbl->ehufco[temp], actbl->ehufsi[temp])) in encode_one_block()
1000 if (! emit_bits_s(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()