Lines Matching defs:entropy
200 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local
298 #define emit_byte(entropy, val) { \ argument
306 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer()
328 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits()
367 flush_bits(phuff_entropy_ptr entropy) in flush_bits()
380 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol()
396 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits()
415 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun()
444 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart()
476 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local
655 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_first() local
747 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_refine() local
919 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_refine() local
1020 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_phuff() local
1041 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_gather_phuff() local
1088 phuff_entropy_ptr entropy; in jinit_phuff_encoder() local