HomeSort by relevance Sort by last modified time
    Searched refs:dct_method (Results 1 - 25 of 30) sorted by null

1 2

  /system/extras/tests/bionic/libc/other/
test_jpeg.c 136 int decompress(FILE* input_file, int dct_method, int disable_rgb)
184 cinfo.dct_method = dct_method;
243 int dct_method = JDCT_DEFAULT; local
283 dct_method = strtol(arg, NULL, 10);
284 switch (dct_method) {
286 dct_method = JDCT_DEFAULT;
289 dct_method = JDCT_IFAST;
292 dct_method = JDCT_ISLOW;
295 dct_method = JDCT_FLOAT
    [all...]
  /external/jpeg/
cjpeg.c 266 cinfo->dct_method = JDCT_ISLOW;
268 cinfo->dct_method = JDCT_IFAST;
270 cinfo->dct_method = JDCT_FLOAT;
djpeg.c 216 cinfo->dct_method = JDCT_ISLOW;
218 cinfo->dct_method = JDCT_IFAST;
220 cinfo->dct_method = JDCT_FLOAT;
255 cinfo->dct_method = JDCT_FASTEST;
jcdctmgr.c 72 switch (cinfo->dct_method) {
356 switch (cinfo->dct_method) {
jdapimin.c 194 cinfo->dct_method = JDCT_DEFAULT;
jddctmgr.c 177 switch (cinfo->dct_method) {
jpeglib.h 329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member in struct:jpeg_compress_struct
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member in struct:jpeg_decompress_struct
    [all...]
jcparam.c 327 cinfo->dct_method = JDCT_DEFAULT;
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 266 cinfo->dct_method = JDCT_ISLOW;
268 cinfo->dct_method = JDCT_IFAST;
270 cinfo->dct_method = JDCT_FLOAT;
djpeg.c 216 cinfo->dct_method = JDCT_ISLOW;
218 cinfo->dct_method = JDCT_IFAST;
220 cinfo->dct_method = JDCT_FLOAT;
255 cinfo->dct_method = JDCT_FASTEST;
jcdctmgr.c 72 switch (cinfo->dct_method) {
356 switch (cinfo->dct_method) {
jdapimin.c 194 cinfo->dct_method = JDCT_DEFAULT;
jddctmgr.c 153 switch (cinfo->dct_method) {
jpeglib.h 329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member in struct:jpeg_compress_struct
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member in struct:jpeg_decompress_struct
    [all...]
jcparam.c 327 cinfo->dct_method = JDCT_DEFAULT;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 394 cinfo->dct_method = JDCT_ISLOW;
396 cinfo->dct_method = JDCT_IFAST;
399 cinfo->dct_method = JDCT_ISLOW;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 394 cinfo->dct_method = JDCT_ISLOW;
396 cinfo->dct_method = JDCT_IFAST;
399 cinfo->dct_method = JDCT_ISLOW;
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 61 cinfo->dct_method = JDCT_IFAST;
  /external/libyuv/files/source/
mjpeg_decoder.cc 519 decompress_struct_->dct_method = JDCT_IFAST; // JDCT_ISLOW is default
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 427 cinfo.dct_method = JDCT_IFAST;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 415 // FIXME -- Should reset dct_method and dither mode for final pass
417 m_info.dct_method = dctMethod();
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 109 milliseconds

1 2