Searched refs:frame_target (Results 1 – 1 of 1) sorted by relevance
1267 void vp9_rc_compute_frame_size_bounds(const VP9_COMP *cpi, int frame_target, in vp9_rc_compute_frame_size_bounds() argument1276 const int tol_low = (cpi->sf.recode_tolerance_low * frame_target) / 100; in vp9_rc_compute_frame_size_bounds()1277 const int tol_high = (cpi->sf.recode_tolerance_high * frame_target) / 100; in vp9_rc_compute_frame_size_bounds()1278 *frame_under_shoot_limit = VPXMAX(frame_target - tol_low - 100, 0); in vp9_rc_compute_frame_size_bounds()1280 VPXMIN(frame_target + tol_high + 100, cpi->rc.max_frame_bandwidth); in vp9_rc_compute_frame_size_bounds()