Searched defs:actbl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.c93 int ci, blkn, dctbl, actbl; local
107 actbl = compptr->ac_tbl_no;
112 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl,
113 & entropy->ac_derived_tbls[actbl]);
549 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local
576 HUFF_DECODE(s, br_state, actbl, return FALSE, label2);
603 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
H A Djchuff.c113 int ci, dctbl, actbl; local
131 actbl = compptr->ac_tbl_no;
138 if (actbl < 0 || actbl >= NUM_HUFF_TBLS)
139 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl);
147 if (entropy->ac_count_ptrs[actbl] == NULL)
148 entropy->ac_count_ptrs[actbl] = (long *)
151 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
158 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl,
159 & entropy->ac_derived_tbls[actbl]);
853 int ci, dctbl, actbl; local
[all...]

Completed in 44 milliseconds