Searched refs:avg_psnr (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc123 double avg_psnr; local
140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
142 "original size: %f \n", width_, height_, 176, 144, avg_psnr);
145 ASSERT_GT(avg_psnr, 27.9);
180 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
182 "original size: %f \n", width_, height_, 282, 231, avg_psnr);
185 ASSERT_GT(avg_psnr, 25.8);
195 double avg_psnr; local
212 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
214 "original size: %f \n", width_, height_, 176, 144, avg_psnr);
252 double avg_psnr; local
312 double avg_psnr = 0; local
[all...]
/external/libvpx/libvpx/test/
H A Dcq_test.cc86 double avg_psnr = log10(psnr_ / n_frames_) * 10.0; local
87 return pow(10.0, avg_psnr / 10.0) / file_size_;

Completed in 264 milliseconds