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.c394 rc->high_source_sad_lagindex = -1; in vp9_rc_init()
2637 int high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr() local
2661 high_source_sad_lagindex = lagframe_idx; in adjust_gf_boost_lag_one_pass_vbr()
2683 if (high_source_sad_lagindex != -1 && in adjust_gf_boost_lag_one_pass_vbr()
2684 high_source_sad_lagindex != rc->high_source_sad_lagindex - 1 && in adjust_gf_boost_lag_one_pass_vbr()
2685 abs(high_source_sad_lagindex - rc->high_source_sad_lagindex) < 4) in adjust_gf_boost_lag_one_pass_vbr()
2686 rc->high_source_sad_lagindex = -1; in adjust_gf_boost_lag_one_pass_vbr()
2688 rc->high_source_sad_lagindex = high_source_sad_lagindex; in adjust_gf_boost_lag_one_pass_vbr()
2697 high_content = high_source_sad_lagindex != -1 || in adjust_gf_boost_lag_one_pass_vbr()
2700 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