Searched refs:avg_qp (Results 1 – 5 of 5) sorted by relevance
103 float avg_qp = 0.0f; member
76 ss << "\n" << prefix << "avg_qp: " << avg_qp; in ToString()
345 video_stat.avg_qp = qp.GetMean().value_or(0); in SliceAndCalcVideoStatistic()
518 PrintResultHelper("avg_qp", layer_stat.avg_qp, ""); in AnalyzeAllFrames()
2677 int avg_qp = cpi->resize_avg_qp / cpi->resize_count; in vp9_resize_one_pass_cbr() local2692 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()