Lines Matching defs:entropy
207 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local
305 #define emit_byte(entropy, val) { \ argument
313 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer()
335 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits()
374 flush_bits(phuff_entropy_ptr entropy) in flush_bits()
387 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol()
403 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits()
422 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun()
451 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart()
483 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local
662 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_first() local
754 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_refine() local
926 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_refine() local
1027 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_phuff() local
1048 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_gather_phuff() local
1095 phuff_entropy_ptr entropy; in jinit_phuff_encoder() local