Lines Matching defs:entropy
208 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local
306 #define emit_byte(entropy, val) { \ argument
314 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer()
336 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits()
375 flush_bits(phuff_entropy_ptr entropy) in flush_bits()
388 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol()
404 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits()
423 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun()
452 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart()
484 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local
663 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_first() local
755 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_refine() local
927 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_AC_refine() local
1028 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_phuff() local
1049 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in finish_pass_gather_phuff() local
1096 phuff_entropy_ptr entropy; in jinit_phuff_encoder() local