Home
last modified time | relevance | path

Searched refs:huff_entropy_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djdhuff.c83 typedef huff_entropy_decoder *huff_entropy_ptr; typedef
93 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder()
523 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
557 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_slow()
654 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_fast()
758 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
802 huff_entropy_ptr entropy; in jinit_huff_decoder()
811 entropy = (huff_entropy_ptr) in jinit_huff_decoder()
Djchuff.c116 typedef huff_entropy_encoder *huff_entropy_ptr; typedef
149 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff()
646 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_huff()
717 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff()
829 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_gather()
1030 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_gather()
1075 huff_entropy_ptr entropy; in jinit_huff_encoder()
1078 entropy = (huff_entropy_ptr) in jinit_huff_encoder()