Searched refs:ehufco (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libjpeg/ |
D | jchuff.c | 43 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/ |
D | jchuff.h | 30 unsigned int ehufco[256]; /* code for each symbol */ member
|
D | jchuff.c | 297 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()
|
D | jcphuff.c | 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
|
/external/pdfium/third_party/libjpeg/ |
D | jchuff.h | 28 unsigned int ehufco[256]; /* code for each symbol */ member
|
D | fpdfapi_jchuff.c | 264 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()
|
D | fpdfapi_jcphuff.c | 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 111 uint16 ehufco[256]; member 193 htbl->ehufco [htbl->huffval [p]] = huffcode [p]; in FixHuffTbl() 2924 EmitBits (dctbl->ehufco [nbits], in EncodeOneDiff()
|