Searched refs:motion_pct (Results 1 – 1 of 1) sorted by relevance
1421 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate() local1427 motion_decay = (1.0 - (motion_pct / 20.0)); in get_prediction_decay_rate()1437 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct); in get_prediction_decay_rate()1438 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()1549 double motion_pct; in accumulate_frame_motion_stats() local1552 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()1555 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1556 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1558 fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()1563 if (motion_pct > 0.05) in accumulate_frame_motion_stats()[all …]