HomeSort by relevance Sort by last modified time
    Searched defs:target_PSNR (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libwebp/webp/
encode.h 101 float target_PSNR; // if non-zero, specifies the minimal distortion to
  /external/webp/include/webp/
encode.h 104 float target_PSNR; // if non-zero, specifies the minimal distortion to
  /external/webp/src/enc/
frame.c 46 const float target_PSNR = enc->config_->target_PSNR;
52 : (target_PSNR > 0.) ? target_PSNR
  /external/webp/src/webp/
encode.h 104 float target_PSNR; // if non-zero, specifies the minimal distortion to

Completed in 527 milliseconds