Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djchuff.c117 typedef huff_entropy_encoder * huff_entropy_ptr; typedef
284 dump_buffer_e (huff_entropy_ptr entropy) in dump_buffer_e()
346 emit_bits_e (huff_entropy_ptr entropy, unsigned int code, int size) in LOCAL()
397 flush_bits_e (huff_entropy_ptr entropy) in flush_bits_e()
411 emit_dc_symbol (huff_entropy_ptr entropy, int tbl_no, int symbol) in LOCAL()
424 emit_ac_symbol (huff_entropy_ptr entropy, int tbl_no, int symbol) in LOCAL()
440 emit_buffered_bits (huff_entropy_ptr entropy, char * bufstart, in emit_buffered_bits()
459 emit_eobrun (huff_entropy_ptr entropy) in emit_eobrun()
511 emit_restart_e (huff_entropy_ptr entropy, int restart_num) in emit_restart_e()
543 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first()
[all …]
Djdhuff.c257 typedef huff_entropy_decoder * huff_entropy_ptr; typedef
545 if (! ((huff_entropy_ptr) cinfo->entropy)->insufficient_data) { in jpeg_fill_bit_buffer()
547 ((huff_entropy_ptr) cinfo->entropy)->insufficient_data = TRUE; in jpeg_fill_bit_buffer()
638 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
697 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first()
768 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first()
856 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine()
905 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine()
1062 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_sub()
1190 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
[all …]
/external/libjpeg-turbo/
Djdhuff.c82 typedef huff_entropy_decoder * huff_entropy_ptr; typedef
92 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder()
522 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
556 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_slow()
653 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_fast()
757 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
801 huff_entropy_ptr entropy; in jinit_huff_decoder()
810 entropy = (huff_entropy_ptr) in jinit_huff_decoder()
Djchuff.c111 typedef huff_entropy_encoder * huff_entropy_ptr; typedef
144 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff()
622 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_huff()
679 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff()
791 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_gather()
992 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_gather()
1037 huff_entropy_ptr entropy; in jinit_huff_encoder()
1040 entropy = (huff_entropy_ptr) in jinit_huff_encoder()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c77 typedef huff_entropy_encoder * huff_entropy_ptr; typedef
111 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff()
481 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_huff()
538 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff()
650 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_gather()
851 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_gather()
896 huff_entropy_ptr entropy; in jinit_huff_encoder()
899 entropy = (huff_entropy_ptr) in jinit_huff_encoder()
Dfpdfapi_jdhuff.c81 typedef huff_entropy_decoder * huff_entropy_ptr; typedef
91 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder()
473 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
522 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
640 huff_entropy_ptr entropy; in jinit_huff_decoder()
643 entropy = (huff_entropy_ptr) in jinit_huff_decoder()