Home
last modified time | relevance | path

Searched refs:do_block_smoothing (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdapimin.c195 cinfo->do_block_smoothing = TRUE; in default_decompress_parms()
Dfpdfapi_jdcoefct.c126 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
Djpeglib.h543 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */ member
/external/opencv3/3rdparty/libjpeg/
Djdapimin.c196 cinfo->do_block_smoothing = TRUE; in default_decompress_parms()
Djpeglib.h482 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */ member
Djdcoefct.c127 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
/external/libjpeg-turbo/
Djdapimin.c207 cinfo->do_block_smoothing = TRUE; in default_decompress_parms()
Djpeglib.h501 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */ member
Djdcoefct.c64 if (cinfo->do_block_smoothing && smoothing_ok(cinfo)) in start_output_pass()
Dlibjpeg.txt1295 boolean do_block_smoothing
2181 * do_block_smoothing can be changed before each call to jpeg_start_output().
/external/libyuv/files/source/
Dmjpeg_decoder.cc510 decompress_struct_->do_block_smoothing = (boolean)(LIBYUV_FALSE); in StartDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc512 decompress_struct_->do_block_smoothing = (boolean)(LIBYUV_FALSE); in StartDecode()
/external/ImageMagick/coders/
Djpeg.c1189 jpeg_info.do_block_smoothing=IsStringTrue(option) != MagickFalse ? TRUE : in ReadJPEGImage()