Home
last modified time | relevance | path

Searched refs:avg_qp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/test/
Dvideocodec_test_stats.h103 float avg_qp = 0.0f; member
Dvideocodec_test_stats.cc76 ss << "\n" << prefix << "avg_qp: " << avg_qp; in ToString()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc345 video_stat.avg_qp = qp.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
Dvideocodec_test_fixture_impl.cc518 PrintResultHelper("avg_qp", layer_stat.avg_qp, ""); in AnalyzeAllFrames()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2677 int avg_qp = cpi->resize_avg_qp / cpi->resize_count; in vp9_resize_one_pass_cbr() local
2692 avg_qp < avg_qp_thr1 * cpi->rc.worst_quality / 100) { in vp9_resize_one_pass_cbr()
2694 avg_qp < avg_qp_thr2 * cpi->rc.worst_quality / 100 || in vp9_resize_one_pass_cbr()