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.c356 rc->high_source_sad_lagindex = -1; in vp9_rc_init()
2082 int high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr() local
2106 high_source_sad_lagindex = lagframe_idx; in adjust_gf_boost_lag_one_pass_vbr()
2128 if (high_source_sad_lagindex != -1 && in adjust_gf_boost_lag_one_pass_vbr()
2129 high_source_sad_lagindex != rc->high_source_sad_lagindex - 1 && in adjust_gf_boost_lag_one_pass_vbr()
2130 abs(high_source_sad_lagindex - rc->high_source_sad_lagindex) < 4) in adjust_gf_boost_lag_one_pass_vbr()
2131 rc->high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr()
2133 rc->high_source_sad_lagindex = high_source_sad_lagindex; in adjust_gf_boost_lag_one_pass_vbr()
2142 high_content = high_source_sad_lagindex != -1 || in adjust_gf_boost_lag_one_pass_vbr()
2145 low_content = high_source_sad_lagindex == -1 && in adjust_gf_boost_lag_one_pass_vbr()
[all …]
Dvp9_ratectrl.h165 int high_source_sad_lagindex; member