Searched refs:entropy (Results 51 - 75 of 102) sorted by relevance

12345

/external/jpeg/
H A Djcmaster.c418 (*cinfo->entropy->start_pass) (cinfo, cinfo->optimize_coding);
437 (*cinfo->entropy->start_pass) (cinfo, TRUE);
456 (*cinfo->entropy->start_pass) (cinfo, FALSE);
507 /* The entropy coder always needs an end-of-pass call,
510 (*cinfo->entropy->finish_pass) (cinfo);
H A Djccoefct.c10 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
204 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
233 * We must also emit the data to the entropy encoder. This is conveniently
240 * the entropy encoder during this first pass; be careful about looking
325 /* Emit data to the entropy encoder, sharing code with subsequent passes */
334 * The data is obtained from the virtual arrays and fed to the entropy coder.
381 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
H A Djdtrans.c122 (*cinfo->entropy->configure_huffman_decoder)
H A Djpeglib.h129 int dc_tbl_no; /* DC entropy table selector (0..3) */
130 int ac_tbl_no; /* AC entropy table selector (0..3) */
326 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
407 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
618 /* This field is shared between entropy decoder and marker parser.
633 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct
650 // save the decoder current bit buffer, entropy->bitstate.get_buffer.
H A Djctrans.c271 * The data is obtained from the virtual arrays and fed to the entropy coder.
337 if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {
H A Djdinput.c276 (*cinfo->entropy->start_pass) (cinfo);
380 /* Reset progression state -- would be cleaner if entropy decoder did this */
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm159 ; in vp8_default_zig_zag1d order: see vp8/common/entropy.c
254 ; vp8/common/entropy.c: vp8_default_zig_zag1d
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c419 (*cinfo->entropy->start_pass) (cinfo, cinfo->optimize_coding);
438 (*cinfo->entropy->start_pass) (cinfo, TRUE);
457 (*cinfo->entropy->start_pass) (cinfo, FALSE);
508 /* The entropy coder always needs an end-of-pass call,
511 (*cinfo->entropy->finish_pass) (cinfo);
H A Dfpdfapi_jccoefct.c11 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
205 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
234 * We must also emit the data to the entropy encoder. This is conveniently
241 * the entropy encoder during this first pass; be careful about looking
326 /* Emit data to the entropy encoder, sharing code with subsequent passes */
335 * The data is obtained from the virtual arrays and fed to the entropy coder.
382 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
H A Dfpdfapi_jdcoefct.c11 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
42 * and let the entropy decoder write into that workspace each time.
168 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
262 /* Note: entropy decoder expects buffer to be zeroed,
286 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
H A Djpeglib.h196 int dc_tbl_no; /* DC entropy table selector (0..3) */
197 int ac_tbl_no; /* AC entropy table selector (0..3) */
389 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
470 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
677 /* This field is shared between entropy decoder and marker parser.
692 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct
H A Dfpdfapi_jctrans.c272 * The data is obtained from the virtual arrays and fed to the entropy coder.
338 if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {
H A Dfpdfapi_jdinput.c259 (*cinfo->entropy->start_pass) (cinfo);
351 /* Reset progression state -- would be cleaner if entropy decoder did this */
/external/qemu/distrib/jpeg-6b/
H A Djcmaster.c418 (*cinfo->entropy->start_pass) (cinfo, cinfo->optimize_coding);
437 (*cinfo->entropy->start_pass) (cinfo, TRUE);
456 (*cinfo->entropy->start_pass) (cinfo, FALSE);
507 /* The entropy coder always needs an end-of-pass call,
510 (*cinfo->entropy->finish_pass) (cinfo);
H A Djccoefct.c10 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
204 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
233 * We must also emit the data to the entropy encoder. This is conveniently
240 * the entropy encoder during this first pass; be careful about looking
325 /* Emit data to the entropy encoder, sharing code with subsequent passes */
334 * The data is obtained from the virtual arrays and fed to the entropy coder.
381 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
H A Djdtrans.c122 (*cinfo->entropy->configure_huffman_decoder)
H A Djpeglib.h129 int dc_tbl_no; /* DC entropy table selector (0..3) */
130 int ac_tbl_no; /* AC entropy table selector (0..3) */
326 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
407 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
618 /* This field is shared between entropy decoder and marker parser.
633 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct
650 // save the decoder current bit buffer, entropy->bitstate.get_buffer.
/external/chromium_org/third_party/libjpeg_turbo/
H A Djccoefct.c10 * The coefficient buffer lies between forward-DCT and entropy encoding steps.
204 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
233 * We must also emit the data to the entropy encoder. This is conveniently
240 * the entropy encoder during this first pass; be careful about looking
325 /* Emit data to the entropy encoder, sharing code with subsequent passes */
334 * The data is obtained from the virtual arrays and fed to the entropy coder.
381 if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
H A Djdcoefct.c12 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
44 * and let the entropy decoder write into that workspace each time.
173 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
267 /* Note: entropy decoder expects buffer to be zeroed,
291 if (! (*cinfo->entropy->decode_mcu) (cinfo, coef->MCU_buffer)) {
H A Djpeglib.h136 int dc_tbl_no; /* DC entropy table selector (0..3) */
137 int ac_tbl_no; /* AC entropy table selector (0..3) */
373 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
468 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
687 const int * natural_order; /* natural-order position array for entropy decode */
688 int lim_Se; /* min( Se, DCTSIZE2-1 ) for entropy decode */
691 /* This field is shared between entropy decoder and marker parser.
706 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct
H A Djctrans.c282 * The data is obtained from the virtual arrays and fed to the entropy coder.
348 if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {
H A Djdinput.c275 (*cinfo->entropy->start_pass) (cinfo);
367 /* Reset progression state -- would be cleaner if entropy decoder did this */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_common.mk21 VP8_COMMON_SRCS-yes += common/entropy.c
34 VP8_COMMON_SRCS-yes += common/entropy.h
/external/libvpx/libvpx/vp8/
H A Dvp8_common.mk22 VP8_COMMON_SRCS-yes += common/entropy.c
35 VP8_COMMON_SRCS-yes += common/entropy.h
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h196 int dc_tbl_no; /* DC entropy table selector (0..3) */
197 int ac_tbl_no; /* AC entropy table selector (0..3) */
389 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
470 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
677 /* This field is shared between entropy decoder and marker parser.
692 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct

Completed in 579 milliseconds

12345