Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:tbl

99   int ci, coefi, tbl;
171 tbl = compptr->dc_tbl_no;
172 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl,
173 & entropy->derived_tbls[tbl]);
176 tbl = compptr->ac_tbl_no;
177 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl,
178 & entropy->derived_tbls[tbl]);
180 entropy->ac_derived_tbl = entropy->derived_tbls[tbl];
298 d_derived_tbl * tbl;
323 tbl = entropy->derived_tbls[compptr->dc_tbl_no];
328 HUFF_DECODE(s, br_state, tbl, return FALSE, label1);
369 d_derived_tbl * tbl;
395 tbl = entropy->ac_derived_tbl;
398 HUFF_DECODE(s, br_state, tbl, return FALSE, label2);
505 d_derived_tbl * tbl;
526 tbl = entropy->ac_derived_tbl;
541 HUFF_DECODE(s, br_state, tbl, goto undoit, label3);