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

1 2

  /external/libjpeg-turbo/
cjpeg.c 272 cinfo->dct_method = JDCT_ISLOW;
274 cinfo->dct_method = JDCT_IFAST;
276 cinfo->dct_method = JDCT_FLOAT;
djpeg.c 238 cinfo->dct_method = JDCT_ISLOW;
240 cinfo->dct_method = JDCT_IFAST;
242 cinfo->dct_method = JDCT_FLOAT;
285 cinfo->dct_method = JDCT_FASTEST;
jcdctmgr.c 249 switch (cinfo->dct_method) {
628 switch (cinfo->dct_method) {
662 switch (cinfo->dct_method) {
699 if (cinfo->dct_method == JDCT_FLOAT)
jddctmgr.c 151 switch (cinfo->dct_method) {
jdapimin.c 205 cinfo->dct_method = JDCT_DEFAULT;
jpeglib.h 374 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member in struct:jpeg_compress_struct
499 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member in struct:jpeg_decompress_struct
    [all...]
jcparam.c 248 cinfo->dct_method = JDCT_DEFAULT;
turbojpeg.c 245 if(jpegQual>=96 || flags&TJFLAG_ACCURATEDCT) cinfo->dct_method=JDCT_ISLOW;
246 else cinfo->dct_method=JDCT_FASTEST;
325 if(flags&TJFLAG_FASTDCT) dinfo->dct_method=JDCT_FASTEST;
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jddctmgr.c 117 switch (cinfo->dct_method) {
fpdfapi_jcdctmgr.c 72 switch (cinfo->dct_method) {
356 switch (cinfo->dct_method) {
fpdfapi_jdapimin.c 193 cinfo->dct_method = JDCT_DEFAULT;
jpeglib.h 427 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member in struct:jpeg_compress_struct
541 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member in struct:jpeg_decompress_struct
    [all...]
  /external/ImageMagick/coders/
jpeg.c     [all...]
  /external/opencv3/3rdparty/libjpeg/
jdapimin.c 194 cinfo->dct_method = JDCT_DEFAULT;
jddctmgr.c 230 switch (cinfo->dct_method) {
jpeglib.h 356 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member in struct:jpeg_compress_struct
480 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member in struct:jpeg_decompress_struct
    [all...]
jcdctmgr.c 320 switch (cinfo->dct_method) {
jcparam.c 349 cinfo->dct_method = JDCT_DEFAULT;
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 63 cinfo->dct_method = JDCT_IFAST;
  /packages/apps/Camera2/jni/
jpegutil.cpp 249 cinfo.dct_method = JDCT_IFAST;
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 505 decompress_struct_->dct_method = JDCT_IFAST; // JDCT_ISLOW is default
  /external/libyuv/files/source/
mjpeg_decoder.cc 503 decompress_struct_->dct_method = JDCT_IFAST; // JDCT_ISLOW is default
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 497 cinfo.dct_method = JDCT_IFAST;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 427 cinfo.dct_method = JDCT_IFAST;
  /external/libvncserver/common/
turbojpeg.c 187 if(jpegQual>=96) cinfo->dct_method=JDCT_ISLOW;
188 else cinfo->dct_method=JDCT_FASTEST;

Completed in 454 milliseconds

1 2