/external/tensorflow/tensorflow/core/kernels/image/ |
D | decode_image_op.cc | 111 string dct_method; in DecodeImageV2Op() local 112 OP_REQUIRES_OK(context, context->GetAttr("dct_method", &dct_method)); in DecodeImageV2Op() 115 (dct_method.empty() || dct_method == "INTEGER_FAST" || in DecodeImageV2Op() 116 dct_method == "INTEGER_ACCURATE"), in DecodeImageV2Op() 121 if (dct_method.empty() || dct_method == "INTEGER_FAST") { in DecodeImageV2Op() 122 flags_.dct_method = JDCT_IFAST; in DecodeImageV2Op() 123 } else if (dct_method == "INTEGER_ACCURATE") { in DecodeImageV2Op() 124 flags_.dct_method = JDCT_ISLOW; in DecodeImageV2Op() 128 flags_.dct_method = JDCT_IFAST; in DecodeImageV2Op()
|
/external/libjpeg-turbo/ |
D | jcdctmgr.c | 254 switch (cinfo->dct_method) { in start_pass_fdctmgr() 632 switch (cinfo->dct_method) { in jinit_forward_dct() 666 switch (cinfo->dct_method) { in jinit_forward_dct() 703 if (cinfo->dct_method == JDCT_FLOAT) in jinit_forward_dct()
|
D | djpeg.c | 243 cinfo->dct_method = JDCT_ISLOW; in parse_switches() 245 cinfo->dct_method = JDCT_IFAST; in parse_switches() 247 cinfo->dct_method = JDCT_FLOAT; in parse_switches() 290 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
|
D | cjpeg.c | 315 cinfo->dct_method = JDCT_ISLOW; in parse_switches() 317 cinfo->dct_method = JDCT_IFAST; in parse_switches() 319 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
|
D | jddctmgr.c | 152 switch (cinfo->dct_method) { in start_pass()
|
D | jpeglib.h | 381 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member 506 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member
|
D | jdapimin.c | 205 cinfo->dct_method = JDCT_DEFAULT; in default_decompress_parms()
|
D | jcparam.c | 250 cinfo->dct_method = JDCT_DEFAULT; in jpeg_set_defaults()
|
D | turbojpeg.c | 316 cinfo->dct_method = JDCT_ISLOW; 318 cinfo->dct_method = JDCT_FASTEST; 1375 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; 1548 if (flags & TJFLAG_FASTDCT) this->dinfo.dct_method = JDCT_FASTEST; 1793 if (flags & TJFLAG_FASTDCT) dinfo->dct_method = JDCT_FASTEST;
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | DecodeJpeg.pbtxt | 47 name: "dct_method"
|
D | DecodeAndCropJpeg.pbtxt | 51 name: "dct_method"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DecodeJpeg.pbtxt | 47 name: "dct_method"
|
D | DecodeAndCropJpeg.pbtxt | 51 name: "dct_method"
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.h | 63 J_DCT_METHOD dct_method = JDCT_DEFAULT; member
|
D | jpeg_mem.cc | 165 cinfo.dct_method = flags.dct_method; in UncompressLow()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.pbtxt | 37 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va… 65 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va…
|
D | tensorflow.image.pbtxt | 53 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va… 69 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.pbtxt | 57 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va… 85 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va…
|
D | tensorflow.image.pbtxt | 53 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va… 69 …ncy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], va…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeJpeg.pbtxt | 48 name: "dct_method"
|
D | api_def_DecodeAndCropJpeg.pbtxt | 54 name: "dct_method"
|
/external/libultrahdr/lib/src/ |
D | jpegencoderhelper.cpp | 204 cinfo.dct_method = JDCT_ISLOW; in encode()
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.cc | 89 flags.dct_method = JDCT_ISLOW; in LoadImageJpeg()
|
/external/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 507 decompress_struct_->dct_method = JDCT_IFAST; // JDCT_ISLOW is default in StartDecode()
|
/external/libaom/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 519 decompress_struct_->dct_method = JDCT_IFAST; // JDCT_ISLOW is default in StartDecode()
|