Searched refs:tol_low (Results 1 – 1 of 1) sorted by relevance
1648 const int tol_low = (cpi->sf.recode_tolerance_low * frame_target) / 100; in vp9_rc_compute_frame_size_bounds() local1650 *frame_under_shoot_limit = VPXMAX(frame_target - tol_low - 100, 0); in vp9_rc_compute_frame_size_bounds()