Searched refs:ehufsi (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jchuff.c | 251 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 262 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl() 265 dtbl->ehufsi[i] = huffsize[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 | jchuff.h | 29 char ehufsi[256]; /* length of code for each symbol */ member
|
D | fpdfapi_jcphuff.c | 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
|
/external/libjpeg-turbo/ |
D | jchuff.c | 284 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 295 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl() 298 dtbl->ehufsi[i] = huffsize[p]; in jpeg_make_c_derived_tbl() 490 int code_0xf0 = actbl->ehufco[0xf0], size_0xf0 = actbl->ehufsi[0xf0]; in encode_one_block() 519 size = dctbl->ehufsi[nbits]; in encode_one_block() 556 size = actbl->ehufsi[temp3]; \ in encode_one_block() 578 size = actbl->ehufsi[0]; in encode_one_block()
|
D | jchuff.h | 31 char ehufsi[256]; /* length of code for each symbol */ member
|
D | jcphuff.c | 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jchuff.c | 44 char ehufsi[256]; /* length of code for each symbol */ member 230 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl() 241 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl() 244 dtbl->ehufsi[i] = huffsize[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/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 112 int8 ehufsi[256]; member 188 memset (htbl->ehufsi, 0, sizeof (htbl->ehufsi)); in FixHuffTbl() 194 htbl->ehufsi [htbl->huffval [p]] = huffsize [p]; in FixHuffTbl() 2925 dctbl->ehufsi [nbits]); in EncodeOneDiff()
|