Home
last modified time | relevance | path

Searched refs:fast_extra_thresh (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c2873 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in av1_twopass_postencode_update() local
2874 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3605 int fast_extra_thresh = rc->base_frame_target / HIGH_UNDERSHOOT_RATIO; in vp9_twopass_postencode_update() local
3606 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()