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

  /external/libyuv/files/util/
psnr.h 27 static const double kMaxPSNR = 128.0;
38 // Returns 128.0 (kMaxPSNR) if sse is 0 (perfect match).
psnr.cc 280 // Returns 128.0 (kMaxPSNR) if sse is 0 (perfect match).
282 const double kMINSSE = 255.0 * 255.0 * size / pow(10.0, kMaxPSNR / 10.0);
psnr_main.cc 399 cur_distortion_psnr->min_y = kMaxPSNR;
400 cur_distortion_psnr->min_u = kMaxPSNR;
401 cur_distortion_psnr->min_v = kMaxPSNR;
402 cur_distortion_psnr->min_all = kMaxPSNR;
  /external/libvpx/libvpx/test/
cpu_speed_test.cc 19 const int kMaxPSNR = 100;
27 set_cpu_used_(GET_PARAM(2)), min_psnr_(kMaxPSNR),
43 virtual void BeginPassHook(unsigned int /*pass*/) { min_psnr_ = kMaxPSNR; }
86 EXPECT_GE(min_psnr_, kMaxPSNR);
101 EXPECT_GE(min_psnr_, kMaxPSNR);
  /external/libvpx/libvpx/
tools_common.c 259 static const double kMaxPSNR = 100.0;
263 return psnr > kMaxPSNR ? kMaxPSNR : psnr;
265 return kMaxPSNR;

Completed in 80 milliseconds