Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djchuff.c43 unsigned int ehufco[256]; /* code for each symbol */ member
243 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
417 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
430 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
949 if (! emit_bits_s(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
968 if (! emit_bits_s(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
990 if (! emit_bits_s(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
1004 if (! emit_bits_s(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
/external/libjpeg-turbo/
Djchuff.h30 unsigned int ehufco[256]; /* code for each symbol */ member
Djchuff.c297 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
490 int code_0xf0 = actbl->ehufco[0xf0], size_0xf0 = actbl->ehufsi[0xf0]; in encode_one_block()
518 code = dctbl->ehufco[nbits]; in encode_one_block()
555 code = actbl->ehufco[temp3]; \ in encode_one_block()
577 code = actbl->ehufco[0]; in encode_one_block()
Djcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/external/pdfium/third_party/libjpeg/
Djchuff.h28 unsigned int ehufco[256]; /* code for each symbol */ member
Dfpdfapi_jchuff.c264 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
387 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
406 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
428 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
442 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
Dfpdfapi_jcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp111 uint16 ehufco[256]; member
193 htbl->ehufco [htbl->huffval [p]] = huffcode [p]; in FixHuffTbl()
2924 EmitBits (dctbl->ehufco [nbits], in EncodeOneDiff()