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

  /external/libyuv/files/util/
psnr.h 33 // Pass this to ComputePSNR for final result.
39 double ComputePSNR(double sse, double size);
psnr_main.cc 272 distorted_frame->y = ComputePSNR(y_err, static_cast<double>(y_size));
273 distorted_frame->u = ComputePSNR(u_err, static_cast<double>(uv_size));
274 distorted_frame->v = ComputePSNR(v_err, static_cast<double>(uv_size));
276 ComputePSNR(total_err, static_cast<double>(total_size));
539 ComputePSNR(cur_distortion_psnr->global_y,
542 ComputePSNR(cur_distortion_psnr->global_u,
545 ComputePSNR(cur_distortion_psnr->global_v,
548 ComputePSNR(cur_distortion_psnr->global_all,
psnr.cc 281 double ComputePSNR(double sse, double size) {
  /external/webrtc/talk/media/base/
testutils.h 191 static inline double ComputePSNR(double sse, double count) {
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 170 double PSNR = cricket::ComputePSNR(sse, osize);
planarfunctions_unittest.cc 453 double PSNR = cricket::ComputePSNR(sse, osize);
    [all...]

Completed in 92 milliseconds