HomeSort by relevance Sort by last modified time
    Searched refs:two_pass_quantize (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/
jdapimin.c 212 cinfo->two_pass_quantize = TRUE;
214 cinfo->two_pass_quantize = FALSE;
djpeg.c 290 cinfo->two_pass_quantize = FALSE;
360 cinfo->two_pass_quantize = FALSE;
jdmaster.c 502 } else if (cinfo->two_pass_quantize) {
638 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) {
jpeglib.h 507 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 199 milliseconds