Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c251 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()
Djchuff.h29 char ehufsi[256]; /* length of code for each symbol */ member
Dfpdfapi_jcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
/external/libjpeg-turbo/
Djchuff.c284 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()
Djchuff.h31 char ehufsi[256]; /* length of code for each symbol */ member
Djcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/external/opencv3/3rdparty/libjpeg/
Djchuff.c44 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/
Ddng_lossless_jpeg.cpp112 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()