Home
last modified time | relevance | path

Searched defs:target_PSNR (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/webp/
Dencode.h101 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/webp/src/webp/
Dencode.h104 float target_PSNR; // if non-zero, specifies the minimal distortion to member
/external/webp/src/enc/
Dframe.c46 const float target_PSNR = enc->config_->target_PSNR; in InitPassStats() local