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

  /external/jpeg/
jdapimin.c 201 cinfo->two_pass_quantize = TRUE;
203 cinfo->two_pass_quantize = FALSE;
djpeg.c 251 cinfo->two_pass_quantize = FALSE;
305 cinfo->two_pass_quantize = FALSE;
jdmaster.c 352 } else if (cinfo->two_pass_quantize) {
478 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) {
libjpeg.doc     [all...]
jpeglib.h 453 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdapimin.c 201 cinfo->two_pass_quantize = TRUE;
203 cinfo->two_pass_quantize = FALSE;
djpeg.c 251 cinfo->two_pass_quantize = FALSE;
305 cinfo->two_pass_quantize = FALSE;
jdmaster.c 352 } else if (cinfo->two_pass_quantize) {
478 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) {
libjpeg.doc     [all...]
jpeglib.h 453 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 313 milliseconds