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