Home | History | Annotate | Download | only in src

Lines Matching refs:rc_undershoot_pct

180     vp8_seq->rc_undershoot_pct = 100;
621 if (rate_control_param->target_percentage != seq->rc_undershoot_pct) {
623 seq->rc_undershoot_pct, rate_control_param->target_percentage);
624 seq->rc_undershoot_pct = rate_control_param->target_percentage;
830 drv_debug_msg(VIDEO_ENCODE_DEBUG, "rc_undershoot_pct %d\n", seq->rc_undershoot_pct);