Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c395 rc->high_source_sad_lagindex = -1; in vp9_rc_init()
2766 int high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr() local
2790 high_source_sad_lagindex = lagframe_idx; in adjust_gf_boost_lag_one_pass_vbr()
2812 if (high_source_sad_lagindex != -1 && in adjust_gf_boost_lag_one_pass_vbr()
2813 high_source_sad_lagindex != rc->high_source_sad_lagindex - 1 && in adjust_gf_boost_lag_one_pass_vbr()
2814 abs(high_source_sad_lagindex - rc->high_source_sad_lagindex) < 4) in adjust_gf_boost_lag_one_pass_vbr()
2815 rc->high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr()
2817 rc->high_source_sad_lagindex = high_source_sad_lagindex; in adjust_gf_boost_lag_one_pass_vbr()
2826 high_content = high_source_sad_lagindex != -1 || in adjust_gf_boost_lag_one_pass_vbr()
2829 low_content = high_source_sad_lagindex == -1 && in adjust_gf_boost_lag_one_pass_vbr()
[all …]
Dvp9_ratectrl.h177 int high_source_sad_lagindex; member