Home | History | Annotate | Download | only in jpeg

Lines Matching defs:tbl

95   int ci, coefi, tbl;
167 tbl = compptr->dc_tbl_no;
168 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl,
169 & entropy->derived_tbls[tbl]);
172 tbl = compptr->ac_tbl_no;
173 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl,
174 & entropy->derived_tbls[tbl]);
176 entropy->ac_derived_tbl = entropy->derived_tbls[tbl];
294 d_derived_tbl * tbl;
319 tbl = entropy->derived_tbls[compptr->dc_tbl_no];
324 HUFF_DECODE(s, br_state, tbl, return FALSE, label1);
365 d_derived_tbl * tbl;
391 tbl = entropy->ac_derived_tbl;
394 HUFF_DECODE(s, br_state, tbl, return FALSE, label2);
501 d_derived_tbl * tbl;
522 tbl = entropy->ac_derived_tbl;
537 HUFF_DECODE(s, br_state, tbl, goto undoit, label3);