Home
last modified time | relevance | path

Searched refs:motion_pct (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1421 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate() local
1428 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() local
1554 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 …]