HomeSort by relevance Sort by last modified time
    Searched defs:actbl (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/
jdhuff.c 94 int ci, blkn, dctbl, actbl; local
109 actbl = compptr->ac_tbl_no;
114 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl;
115 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl);
570 d_derived_tbl *actbl = entropy->ac_cur_tbls[blkn]; local
599 HUFF_DECODE(s, br_state, actbl, return FALSE, label2);
626 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
669 d_derived_tbl *actbl = entropy->ac_cur_tbls[blkn]; local
690 HUFF_DECODE_FAST(s, l, actbl);
709 HUFF_DECODE_FAST(s, l, actbl);
    [all...]
jchuff.c 150 int ci, dctbl, actbl; local
170 actbl = compptr->ac_tbl_no;
177 if (actbl < 0 || actbl >= NUM_HUFF_TBLS)
178 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl);
186 if (entropy->ac_count_ptrs[actbl] == NULL)
187 entropy->ac_count_ptrs[actbl] = (long *)
190 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long));
197 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl,
198 & entropy->ac_derived_tbls[actbl]);
1031 int ci, dctbl, actbl; local
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdhuff.c 88 int ci, blkn, dctbl, actbl; local
102 actbl = compptr->ac_tbl_no;
107 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
108 & entropy->ac_derived_tbls[actbl]);
544 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local
571 HUFF_DECODE(s, br_state, actbl, return FALSE, label2);
598 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
fpdfapi_jchuff.c 108 int ci, dctbl, actbl; local
126 actbl = compptr->ac_tbl_no;
133 if (actbl < 0 || actbl >= NUM_HUFF_TBLS)
134 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl);
142 if (entropy->ac_count_ptrs[actbl] == NULL)
143 entropy->ac_count_ptrs[actbl] = (long *)
146 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
153 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl,
154 & entropy->ac_derived_tbls[actbl]);
848 int ci, dctbl, actbl; local
    [all...]

Completed in 88 milliseconds