Searched refs:this_frame_mvc_ratio (Results 1 – 2 of 2) sorted by relevance
1549 double this_frame_mvc_ratio; in accumulate_frame_motion_stats() local1570 this_frame_mvc_ratio = fabs(this_frame->mvc_abs) / in accumulate_frame_motion_stats()1579 (this_frame_mvc_ratio < this_frame->mvc_abs) in accumulate_frame_motion_stats()1580 ? (this_frame_mvc_ratio * motion_pct) in accumulate_frame_motion_stats()
1141 const double this_frame_mvc_ratio = fabs(this_frame->mvc_abs) / in accumulate_frame_motion_stats() local1148 *mv_ratio_accumulator += (this_frame_mvc_ratio < this_frame->mvc_abs) in accumulate_frame_motion_stats()1149 ? (this_frame_mvc_ratio * motion_pct) in accumulate_frame_motion_stats()