Lines Matching refs:phuff_entropy_ptr
65 typedef phuff_entropy_encoder *phuff_entropy_ptr; typedef
111 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff()
208 dump_buffer (phuff_entropy_ptr entropy) in dump_buffer()
230 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits()
269 flush_bits (phuff_entropy_ptr entropy) in flush_bits()
282 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol()
298 emit_buffered_bits (phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits()
317 emit_eobrun (phuff_entropy_ptr entropy) in emit_eobrun()
348 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart()
380 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first()
467 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_AC_first()
574 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_refine()
621 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_AC_refine()
749 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in finish_pass_phuff()
770 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in finish_pass_gather_phuff()
817 phuff_entropy_ptr entropy; in jinit_phuff_encoder()
820 entropy = (phuff_entropy_ptr) in jinit_phuff_encoder()