Searched refs:high_source_sad_lagindex (Results 1 – 2 of 2) sorted by relevance
395 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() local2790 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 …]
177 int high_source_sad_lagindex; member