Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dpsnr_main.cc272 distorted_frame->y = ComputePSNR(y_err, static_cast<double>(y_size)); in UpdateMetrics()
273 distorted_frame->u = ComputePSNR(u_err, static_cast<double>(uv_size)); in UpdateMetrics()
274 distorted_frame->v = ComputePSNR(v_err, static_cast<double>(uv_size)); in UpdateMetrics()
276 ComputePSNR(total_err, static_cast<double>(total_size)); in UpdateMetrics()
539 ComputePSNR(cur_distortion_psnr->global_y, in main()
542 ComputePSNR(cur_distortion_psnr->global_u, in main()
545 ComputePSNR(cur_distortion_psnr->global_v, in main()
548 ComputePSNR(cur_distortion_psnr->global_all, in main()
Dpsnr.h39 double ComputePSNR(double sse, double size);
Dpsnr.cc281 double ComputePSNR(double sse, double size) { in ComputePSNR() function
/external/webrtc/talk/media/base/
Dtestutils.h191 static inline double ComputePSNR(double sse, double count) { in ComputePSNR() function
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc170 double PSNR = cricket::ComputePSNR(sse, osize); in TestScale()
Dplanarfunctions_unittest.cc453 double PSNR = cricket::ComputePSNR(sse, osize); in IsMemoryEqual()