13 #ifndef UTIL_PSNR_H_ // NOLINT 22 #if !defined(INT_TYPES_DEFINED) && !defined(UINT8_TYPE_DEFINED) 24 #define UINT8_TYPE_DEFINED 27 static const double kMaxPSNR = 128.0;
31 #if !defined(HAVE_JPEG) 45 #endif // UTIL_PSNR_H_ // NOLINT EGLStreamKHR EGLint EGLint EGLint size
Definition: eglext.h:984
double ComputePSNR(double sse, double size)
Definition: psnr.cc:279
unsigned char uint8
Definition: psnr.h:23
double ComputeSumSquareError(const uint8 *org, const uint8 *rec, int size)
Definition: compare.cc:116