Lines Matching refs:INTER_FRAME
318 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
322 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q + in vp9_rc_init()
327 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
622 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
625 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
655 VPXMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
657 rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
740 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
741 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
749 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
750 active_best_quality = rtc_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
872 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_vbr()
873 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_vbr()
902 active_best_quality = inter_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_vbr()
980 {INTER_FRAME, INTER_FRAME, INTER_FRAME, INTER_FRAME, KEY_FRAME}; in vp9_frame_type_qdelta()
1058 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_two_pass()
1059 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_two_pass()
1314 rc->last_q[INTER_FRAME] = qindex; in vp9_rc_postencode_update()
1315 rc->avg_frame_qindex[INTER_FRAME] = in vp9_rc_postencode_update()
1316 ROUND_POWER_OF_TWO(3 * rc->avg_frame_qindex[INTER_FRAME] + qindex, 2); in vp9_rc_postencode_update()
1441 cm->frame_type = INTER_FRAME; in vp9_rc_get_one_pass_vbr_params()
1584 cm->frame_type = INTER_FRAME; in vp9_rc_get_svc_params()
1634 cm->frame_type = INTER_FRAME; in vp9_rc_get_one_pass_cbr_params()
2028 cpi->rc.avg_frame_qindex[INTER_FRAME] = *q; in vp9_encodedframe_overshoot()
2059 lrc->avg_frame_qindex[INTER_FRAME] = *q; in vp9_encodedframe_overshoot()