Searched refs:fast_extra_thresh (Results 1 – 2 of 2) sorted by relevance
2873 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in av1_twopass_postencode_update() local2874 if (rc->projected_frame_size < fast_extra_thresh) { in av1_twopass_postencode_update()2876 fast_extra_thresh - rc->projected_frame_size; in av1_twopass_postencode_update()
3605 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in vp9_twopass_postencode_update() local3606 if (rc->projected_frame_size < fast_extra_thresh) { in vp9_twopass_postencode_update()3608 fast_extra_thresh - rc->projected_frame_size; in vp9_twopass_postencode_update()