Searched refs:enable_2pass_quant (Results 1 – 8 of 8) sorted by relevance
477 cinfo->enable_2pass_quant = FALSE; in master_selection()486 cinfo->enable_2pass_quant = FALSE; in master_selection()491 cinfo->enable_2pass_quant = TRUE; in master_selection()506 if (cinfo->enable_2pass_quant || cinfo->enable_external_quant) { in master_selection()531 jinit_d_post_controller(cinfo, cinfo->enable_2pass_quant); in master_selection()592 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2); in master_selection()627 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()659 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1); in prepare_for_output_pass()
221 cinfo->enable_2pass_quant = FALSE; in default_decompress_parms()
518 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */ member
1250 if (cinfo->enable_2pass_quant) { in jinit_2pass_quantizer()
1330 boolean enable_2pass_quant2241 enable_2pass_quant Two-pass custom colormap
510 decompress_struct_->enable_2pass_quant = (boolean)(LIBYUV_FALSE); in StartDecode()
521 decompress_struct_->enable_2pass_quant = (boolean)(LIBYUV_FALSE); in StartDecode()
512 decompress_struct_->enable_2pass_quant = (boolean)(LIBYUV_FALSE); in StartDecode()