HomeSort by relevance Sort by last modified time
    Searched refs:ehufsi (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/
jchuff.h 31 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon16652
32 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
jchuff.c 284 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi));
295 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i])
298 dtbl->ehufsi[i] = huffsize[p];
490 int code_0xf0 = actbl->ehufco[0xf0], size_0xf0 = actbl->ehufsi[0xf0];
519 size = dctbl->ehufsi[nbits];
556 size = actbl->ehufsi[temp3]; \
578 size = actbl->ehufsi[0];
    [all...]
jcphuff.c 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
  /external/pdfium/third_party/libjpeg/
jchuff.h 29 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon23067
30 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
fpdfapi_jchuff.c 251 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
262 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i])
265 dtbl->ehufsi[i] = huffsize[p];
387 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
406 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0]))
428 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i]))
442 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0]))
fpdfapi_jcphuff.c 287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 44 char ehufsi[256]; /* length of code for each symbol */ member in struct:__anon21760
45 /* If no code has been allocated for a symbol S, ehufsi[S] contains 0 */
230 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
241 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i])
244 dtbl->ehufsi[i] = huffsize[p];
417 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
430 emit_bits_e(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
949 if (! emit_bits_s(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
968 if (! emit_bits_s(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 112 int8 ehufsi[256]; member in struct:HuffmanTable
188 memset (htbl->ehufsi, 0, sizeof (htbl->ehufsi));
194 htbl->ehufsi [htbl->huffval [p]] = huffsize [p];
    [all...]

Completed in 2908 milliseconds