Home
last modified time | relevance | path

Searched refs:enable_2pass_quant (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmaster.c316 cinfo->enable_2pass_quant = FALSE; in master_selection()
325 cinfo->enable_2pass_quant = FALSE; in master_selection()
330 cinfo->enable_2pass_quant = TRUE; in master_selection()
345 if (cinfo->enable_2pass_quant || cinfo->enable_external_quant) { in master_selection()
370 jinit_d_post_controller(cinfo, cinfo->enable_2pass_quant); in master_selection()
420 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2); in master_selection()
455 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()
487 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1); in prepare_for_output_pass()
Dfpdfapi_jdapimin.c209 cinfo->enable_2pass_quant = FALSE; in default_decompress_parms()
Djpeglib.h553 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */ member
/external/libjpeg-turbo/
Djdmaster.c488 cinfo->enable_2pass_quant = FALSE; in master_selection()
497 cinfo->enable_2pass_quant = FALSE; in master_selection()
502 cinfo->enable_2pass_quant = TRUE; in master_selection()
517 if (cinfo->enable_2pass_quant || cinfo->enable_external_quant) { in master_selection()
542 jinit_d_post_controller(cinfo, cinfo->enable_2pass_quant); in master_selection()
602 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2); in master_selection()
637 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()
669 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1); in prepare_for_output_pass()
Djdapimin.c221 cinfo->enable_2pass_quant = FALSE; in default_decompress_parms()
Djpeglib.h512 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */ member
Djquant2.c1247 if (cinfo->enable_2pass_quant) { in jinit_2pass_quantizer()
Dlibjpeg.txt1309 boolean enable_2pass_quant
2220 enable_2pass_quant Two-pass custom colormap
/external/libyuv/files/source/
Dmjpeg_decoder.cc512 decompress_struct_->enable_2pass_quant = (boolean)(LIBYUV_FALSE); in StartDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc515 decompress_struct_->enable_2pass_quant = (boolean)(LIBYUV_FALSE); in StartDecode()