Home
last modified time | relevance | path

Searched refs:psnr_y (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc190 RunningStatistics<float> psnr_y; in SliceAndCalcVideoStatistic() local
255 psnr_y.AddSample(frame_stat.psnr_y); in SliceAndCalcVideoStatistic()
347 video_stat.avg_psnr_y = psnr_y.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
Dvideoprocessor.cc152 frame_stat->psnr_y = libyuv::SumSquareErrorToPsnr(sse_y, num_y_samples); in CalculateFrameQuality()
/external/webrtc/api/test/
Dvideocodec_test_stats.h70 float psnr_y = 0.0f; member
Dvideocodec_test_stats.cc38 ss << " psnr_y " << psnr_y; in ToString()