Searched defs:target_PSNR (Results 1 - 3 of 3) sorted by relevance

/external/webp/include/webp/
H A Dencode.h101 float target_PSNR; // if non-zero, specifies the minimal distortion to member in struct:WebPConfig
/external/webp/src/enc/
H A Dframe.c45 const float target_PSNR = enc->config_->target_PSNR; local
51 : (target_PSNR > 0.) ? target_PSNR
/external/webp/src/webp/
H A Dencode.h101 float target_PSNR; // if non-zero, specifies the minimal distortion to member in struct:WebPConfig

Completed in 72 milliseconds