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

  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 123 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 65 double avg_psnr = log10(psnr_ / n_frames_) * 10.0; local
66 return pow(10.0, avg_psnr / 10.0) / file_size_;
  /external/libvpx/libvpx/test/
cq_test.cc 88 double avg_psnr = log10(psnr_ / n_frames_) * 10.0; local
89 return pow(10.0, avg_psnr / 10.0) / file_size_;

Completed in 913 milliseconds