Searched refs:zero_motion_accumulator (Results 1 – 4 of 4) sorted by relevance
36 double zero_motion_accumulator; member
542 gf_stats->zero_motion_accumulator = AOMMIN( in av1_accumulate_next_frame_stats()543 gf_stats->zero_motion_accumulator, get_zero_motion_factor(stats)); in av1_accumulate_next_frame_stats()1028 !is_almost_static(gf_stats->zero_motion_accumulator, in detect_gf_cut()2220 gf_stats->zero_motion_accumulator = 1.0; in init_gf_stats()2497 gf_stats.zero_motion_accumulator > MIN_ZERO_MOTION && in define_gf_group()2506 !is_almost_static(gf_stats.zero_motion_accumulator, in define_gf_group()3086 double *zero_motion_accumulator, in get_kf_boost_score() argument3112 *zero_motion_accumulator = in get_kf_boost_score()3113 AOMMIN(*zero_motion_accumulator, get_zero_motion_factor(&frame_stat)); in get_kf_boost_score()3115 *zero_motion_accumulator = frame_stat.pcnt_inter - frame_stat.pcnt_motion; in get_kf_boost_score()[all …]
2506 double zero_motion_accumulator = 1.0; in get_gop_coding_frame_num() local2537 zero_motion_accumulator = VPXMIN( in get_gop_coding_frame_num()2538 zero_motion_accumulator, get_zero_motion_factor(twopass, next_frame)); in get_gop_coding_frame_num()2583 ((zero_motion_accumulator < 0.995) || (rc->source_alt_ref_active))) { in get_gop_coding_frame_num()2598 *use_alt_ref &= zero_motion_accumulator < 0.995; in get_gop_coding_frame_num()3217 double zero_motion_accumulator = 1.0; in find_next_key_frame() local3333 if ((i <= kf_boost_scan_frames) || (zero_motion_accumulator >= 0.99)) { in find_next_key_frame()3340 zero_motion_accumulator = in find_next_key_frame()3341 VPXMIN(zero_motion_accumulator, in find_next_key_frame()3344 zero_motion_accumulator = in find_next_key_frame()[all …]
476 gf_stats->zero_motion_accumulator = 1.0; in InitGFStats()