Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:entropy

10  * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
41 * and let the entropy decoder write into that workspace each time.
172 /* Try to fetch an MCU. Entropy decoder expects buffer to be zeroed. */
174 (*cinfo->entropy->decode_mcu_discard_coef) (cinfo);
179 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
272 /* Note: entropy decoder expects buffer to be zeroed,
290 * cinfo->entropy->index->MCU_sample_size * iMCU_width_To_MCU_width);
301 cinfo->entropy->index->scan[cinfo->input_scan_number];
303 (*cinfo->entropy->configure_huffman_decoder) (cinfo,
334 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
362 huffman_index *index = cinfo->entropy->index;
375 cinfo->entropy->index = index;
419 (*cinfo->entropy->get_huffman_decoder_configuration)
425 if (! (*cinfo->entropy->decode_mcu_discard_coef) (cinfo)) {
518 (*cinfo->entropy->get_huffman_decoder_configuration)
523 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
533 (*cinfo->entropy->get_huffman_decoder_configuration)