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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 167 double PSNR = cricket::ComputePSNR(sse, osize);
170 " Image PSNR: " << PSNR;
planarfunctions_unittest.cc 479 double PSNR = cricket::ComputePSNR(sse, osize);
480 LOG(LS_INFO) << "Image MSE: " << error << " Image PSNR: " << PSNR
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
encode.h 191 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
382 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/webp/include/webp/
encode.h 191 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
382 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM

Completed in 181 milliseconds