Home
last modified time | relevance | path

Searched refs:target_PSNR (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Dconfig.c29 config->target_PSNR = 0.; in WebPConfigInitInternal()
99 if (config->target_PSNR < 0) in WebPValidateConfig()
Dframe.c46 const float target_PSNR = enc->config_->target_PSNR; in InitPassStats() local
52 : (target_PSNR > 0.) ? target_PSNR in InitPassStats()
Dwebpenc.c110 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0); in MapConfigToTools()
/external/webp/src/webp/
Dencode.h104 float target_PSNR; // if non-zero, specifies the minimal distortion to member
/external/webp/include/webp/
Dencode.h104 float target_PSNR; // if non-zero, specifies the minimal distortion to member
/external/ImageMagick/coders/
Dwebp.c587 configure.target_PSNR=(float) StringToDouble(value,(char **) NULL); in WriteWEBPImage()