Home
last modified time | relevance | path

Searched refs:psnr_u (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideocodec_test_stats_impl.cc191 RunningStatistics<float> psnr_u; in SliceAndCalcVideoStatistic() local
256 psnr_u.AddSample(frame_stat.psnr_u); in SliceAndCalcVideoStatistic()
348 video_stat.avg_psnr_u = psnr_u.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
H A Dvideoprocessor.cc153 frame_stat->psnr_u = libyuv::SumSquareErrorToPsnr(sse_u, num_u_samples); in CalculateFrameQuality()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/test/
H A Dvideocodec_test_stats_impl.cc191 webrtc_impl::RunningStatistics<float> psnr_u; in SliceAndCalcVideoStatistic() local
270 psnr_u.AddSample(frame_stat.psnr_u); in SliceAndCalcVideoStatistic()
350 video_stat.avg_psnr_u = psnr_u.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
H A Dvideoprocessor.cc126 frame_stat->psnr_u = libyuv::SumSquareErrorToPsnr(sse_u, num_u_samples); in CalculateFrameQuality()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/test/
H A Dvideocodec_test_stats_impl.cc191 webrtc_impl::RunningStatistics<float> psnr_u; in SliceAndCalcVideoStatistic() local
256 psnr_u.AddSample(frame_stat.psnr_u); in SliceAndCalcVideoStatistic()
348 video_stat.avg_psnr_u = psnr_u.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
H A Dvideoprocessor.cc153 frame_stat->psnr_u = libyuv::SumSquareErrorToPsnr(sse_u, num_u_samples); in CalculateFrameQuality()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideocodec_test_stats_impl.cc191 webrtc_impl::RunningStatistics<float> psnr_u; in SliceAndCalcVideoStatistic() local
270 psnr_u.AddSample(frame_stat.psnr_u); in SliceAndCalcVideoStatistic()
350 video_stat.avg_psnr_u = psnr_u.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
H A Dvideoprocessor.cc126 frame_stat->psnr_u = libyuv::SumSquareErrorToPsnr(sse_u, num_u_samples); in CalculateFrameQuality()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/test/
H A Dvideocodec_test_stats.h71 float psnr_u = 0.0f; member
H A Dvideocodec_test_stats.cc39 ss << " psnr_u " << psnr_u; in ToString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/test/
H A Dvideocodec_test_stats.h72 float psnr_u = 0.0f; member
H A Dvideocodec_test_stats.cc39 ss << " psnr_u " << psnr_u; in ToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/test/
H A Dvideocodec_test_stats.h72 float psnr_u = 0.0f; member
H A Dvideocodec_test_stats.cc39 ss << " psnr_u " << psnr_u; in ToString()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/test/
H A Dvideocodec_test_stats.h71 float psnr_u = 0.0f; member
H A Dvideocodec_test_stats.cc39 ss << " psnr_u " << psnr_u; in ToString()
/dports/multimedia/librav1e/rav1e-0.5.1/src/bin/
H A Dstats.rs359 let psnr_u = sum_metric(&self.frame_info, |fi| fi.metrics.psnr.unwrap().u); in print_video_psnr() localVariable
365 psnr_avg, psnr_y, psnr_u, psnr_v in print_video_psnr()
/dports/multimedia/rav1e/rav1e-0.5.1/src/bin/
H A Dstats.rs359 let psnr_u = sum_metric(&self.frame_info, |fi| fi.metrics.psnr.unwrap().u); in print_video_psnr() localVariable
365 psnr_avg, psnr_y, psnr_u, psnr_v in print_video_psnr()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/bin/
H A Dstats.rs359 let psnr_u = sum_metric(&self.frame_info, |fi| fi.metrics.psnr.unwrap().u); in print_video_psnr() localVariable
365 psnr_avg, psnr_y, psnr_u, psnr_v in print_video_psnr()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dfeature_extractor.py587 psnr_y, psnr_u, psnr_v = min(10 * np.log10(1.0 / mse_y), max_db), \
594 'psnru': psnr_u,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/
H A Dfilters.texi7038 @item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/doc/
H A Dfilters.texi7038 @item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/
H A Dfilters.texi13829 @item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/
H A Dfilters.texi15244 @item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/
H A Dfilters.texi15577 @item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a

12