Searched refs:zero_motion_accumulator (Results 1 – 1 of 1) sorted by relevance
1870 double zero_motion_accumulator = 1.0; in define_gf_group() local1988 zero_motion_accumulator = VPXMIN( in define_gf_group()1989 zero_motion_accumulator, get_zero_motion_factor(cpi, &next_frame)); in define_gf_group()2009 zero_motion_accumulator < 0.995) || in define_gf_group()2026 twopass->gf_zeromotion_pct = (int)(zero_motion_accumulator * 1000.0); in define_gf_group()2043 (zero_motion_accumulator < 0.995)) ? 1 : 0; in define_gf_group()2282 double zero_motion_accumulator = 1.0; in find_next_key_frame() local2443 zero_motion_accumulator = VPXMIN( in find_next_key_frame()2444 zero_motion_accumulator, get_zero_motion_factor(cpi, &next_frame)); in find_next_key_frame()2469 twopass->kf_zeromotion_pct = (int)(zero_motion_accumulator * 100.0); in find_next_key_frame()