Home
last modified time | relevance | path

Searched refs:huff_entropy_ptr (Results 1 – 4 of 4) 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()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdhuff.c77 typedef huff_entropy_decoder * huff_entropy_ptr; typedef
87 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder()
469 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
518 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
636 huff_entropy_ptr entropy; in jinit_huff_decoder()
639 entropy = (huff_entropy_ptr) in jinit_huff_decoder()
Dfpdfapi_jchuff.c73 typedef huff_entropy_encoder * huff_entropy_ptr; typedef
107 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff()
477 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_huff()
534 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff()
646 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_gather()
847 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_gather()
892 huff_entropy_ptr entropy; in jinit_huff_encoder()
895 entropy = (huff_entropy_ptr) in jinit_huff_encoder()