Home
last modified time | relevance | path

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

/external/jpeg/
Djdhuff.c80 typedef huff_entropy_decoder * huff_entropy_ptr; typedef
89 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder()
471 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart()
509 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in get_huffman_decoder_configuration()
526 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in jpeg_get_huffman_decoder_configuration()
553 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in configure_huffman_decoder()
569 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in jpeg_configure_huffman_decoder()
605 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu()
724 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_discard_coef()
803 huff_entropy_ptr entropy; in jinit_huff_decoder()
[all …]
Djchuff.c74 typedef huff_entropy_encoder * huff_entropy_ptr; typedef
108 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff()
478 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_huff()
535 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff()
647 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_gather()
848 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_gather()
893 huff_entropy_ptr entropy; in jinit_huff_encoder()
896 entropy = (huff_entropy_ptr) in jinit_huff_encoder()