Home
last modified time | relevance | path

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

/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_enc.c46 const float target_PSNR = enc->config_->target_PSNR; in InitPassStats() local