Home
last modified time | relevance | path

Searched refs:kMINSSE (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/util/
Dpsnr.cc282 const double kMINSSE = 255.0 * 255.0 * size / pow(10.0, kMaxPSNR / 10.0); in ComputePSNR() local
283 if (sse <= kMINSSE) in ComputePSNR()
284 sse = kMINSSE; // Produces max PSNR of 128 in ComputePSNR()