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

  /external/webp/src/enc/
config.c 31 config->target_PSNR = 0.;
92 if (config->target_PSNR < 0)
webpenc.c 134 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0);
frame.c 788 if (enc->config_->target_PSNR > 0) {
789 criterion = (PSNR < enc->config_->target_PSNR);
  /external/webp/include/webp/
encode.h 99 float target_PSNR; // if non-zero, specifies the minimal distortion to

Completed in 31 milliseconds