Searched refs:fast_extra_thresh (Results 1 – 2 of 2) sorted by relevance
1765 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in av1_twopass_postencode_update() local1766 if (rc->projected_frame_size < fast_extra_thresh) { in av1_twopass_postencode_update()1768 fast_extra_thresh - rc->projected_frame_size; in av1_twopass_postencode_update()
3347 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in vp9_twopass_postencode_update() local3348 if (rc->projected_frame_size < fast_extra_thresh) { in vp9_twopass_postencode_update()3350 fast_extra_thresh - rc->projected_frame_size; in vp9_twopass_postencode_update()