Searched refs:phuff_entropy_ptr (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcphuff.c | 62 typedef phuff_entropy_encoder * phuff_entropy_ptr; typedef 108 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff() 205 dump_buffer (phuff_entropy_ptr entropy) in dump_buffer() 228 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in LOCAL() 267 flush_bits (phuff_entropy_ptr entropy) in flush_bits() 281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) in LOCAL() 297 emit_buffered_bits (phuff_entropy_ptr entropy, char * bufstart, in emit_buffered_bits() 316 emit_eobrun (phuff_entropy_ptr entropy) in emit_eobrun() 347 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart() 379 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first() [all …]
|
D | fpdfapi_jdphuff.c | 74 typedef phuff_entropy_decoder * phuff_entropy_ptr; typedef 94 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff_decoder() 230 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in process_restart() 288 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first() 359 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first() 444 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine() 493 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine() 643 phuff_entropy_ptr entropy; in jinit_phuff_decoder() 647 entropy = (phuff_entropy_ptr) in jinit_phuff_decoder()
|
/external/libjpeg-turbo/ |
D | jcphuff.c | 64 typedef phuff_entropy_encoder * phuff_entropy_ptr; typedef 110 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff() 207 dump_buffer (phuff_entropy_ptr entropy) in dump_buffer() 229 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() 268 flush_bits (phuff_entropy_ptr entropy) in flush_bits() 281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol() 297 emit_buffered_bits (phuff_entropy_ptr entropy, char * bufstart, in emit_buffered_bits() 316 emit_eobrun (phuff_entropy_ptr entropy) in emit_eobrun() 347 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart() 379 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first() [all …]
|
D | jdphuff.c | 76 typedef phuff_entropy_decoder * phuff_entropy_ptr; typedef 96 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff_decoder() 235 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in process_restart() 293 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first() 364 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first() 449 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine() 498 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine() 648 phuff_entropy_ptr entropy; in jinit_phuff_decoder() 652 entropy = (phuff_entropy_ptr) in jinit_phuff_decoder()
|