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