Searched refs:motion_pct (Results 1 – 2 of 2) sorted by relevance
1422 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate() local1428 motion_decay = (1.0 - (motion_pct / 20.0)); in get_prediction_decay_rate()1438 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct); in get_prediction_decay_rate()1439 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()1550 double motion_pct; in accumulate_frame_motion_stats() local1554 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()1557 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1558 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1560 fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()1565 if (motion_pct > 0.05) in accumulate_frame_motion_stats()[all …]
1125 double motion_pct; in accumulate_frame_motion_stats() local1128 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()1131 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1132 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1133 *abs_mv_in_out_accumulator += fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()1137 if (motion_pct > 0.05) { in accumulate_frame_motion_stats()1145 ? (this_frame_mvr_ratio * motion_pct) in accumulate_frame_motion_stats()1146 : this_frame->mvr_abs * motion_pct; in accumulate_frame_motion_stats()1149 ? (this_frame_mvc_ratio * motion_pct) in accumulate_frame_motion_stats()1150 : this_frame->mvc_abs * motion_pct; in accumulate_frame_motion_stats()