Searched refs:phuff_entropy_ptr (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | jcphuff.c | 65 typedef phuff_entropy_encoder *phuff_entropy_ptr; typedef 111 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff() 208 dump_buffer (phuff_entropy_ptr entropy) in dump_buffer() 230 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() 269 flush_bits (phuff_entropy_ptr entropy) in flush_bits() 282 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol() 298 emit_buffered_bits (phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits() 317 emit_eobrun (phuff_entropy_ptr entropy) in emit_eobrun() 348 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart() 380 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first() [all …]
|
D | jdphuff.c | 77 typedef phuff_entropy_decoder *phuff_entropy_ptr; typedef 97 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in start_pass_phuff_decoder() 236 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in process_restart() 294 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first() 365 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first() 450 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine() 499 phuff_entropy_ptr entropy = (phuff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine() 649 phuff_entropy_ptr entropy; in jinit_phuff_decoder() 653 entropy = (phuff_entropy_ptr) in jinit_phuff_decoder()
|
/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()
|