Searched refs:target_PSNR (Results 1 - 10 of 10) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dconfig.c33 config->target_PSNR = 0.;
94 if (config->target_PSNR < 0)
H A Dwebpenc.c136 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0);
H A Dframe.c790 if (enc->config_->target_PSNR > 0) {
791 criterion = (PSNR < enc->config_->target_PSNR);
/external/webp/src/enc/
H A Dconfig.c29 config->target_PSNR = 0.;
99 if (config->target_PSNR < 0)
H A Dframe.c46 const float target_PSNR = enc->config_->target_PSNR; local
52 : (target_PSNR > 0.) ? target_PSNR
H A Dwebpenc.c110 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0);
/external/opencv3/3rdparty/libwebp/webp/
H A Dencode.h101 float target_PSNR; // if non-zero, specifies the minimal distortion to member in struct:WebPConfig
/external/webp/include/webp/
H A Dencode.h104 float target_PSNR; // if non-zero, specifies the minimal distortion to member in struct:WebPConfig
/external/webp/src/webp/
H A Dencode.h104 float target_PSNR; // if non-zero, specifies the minimal distortion to member in struct:WebPConfig
/external/ImageMagick/coders/
H A Dwebp.c594 configure.target_PSNR=(float) StringToDouble(value,(char **) NULL);

Completed in 202 milliseconds