Searched refs:zero_motion_accumulator (Results 1 – 1 of 1) sorted by relevance
1418 double zero_motion_accumulator = 1.0; in define_gf_group() local1501 zero_motion_accumulator) { in define_gf_group()1502 zero_motion_accumulator = next_frame.pcnt_inter - in define_gf_group()1522 (i >= active_max_gf_interval && (zero_motion_accumulator < 0.995)) || in define_gf_group()1541 twopass->gf_zeromotion_pct = (int)(zero_motion_accumulator * 1000.0); in define_gf_group()1908 double zero_motion_accumulator = 1.0; in find_next_key_frame() local2051 zero_motion_accumulator) { in find_next_key_frame()2052 zero_motion_accumulator = (next_frame.pcnt_inter - in find_next_key_frame()2116 twopass->kf_zeromotion_pct = (int)(zero_motion_accumulator * 100.0); in find_next_key_frame()2131 if (zero_motion_accumulator >= 0.99) { in find_next_key_frame()