Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1345 double motion_pct = next_frame->pcnt_motion; in get_prediction_decay_rate() local
1352 motion_decay = (1.0 - (motion_pct / 20.0)); in get_prediction_decay_rate()
1363 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct); in get_prediction_decay_rate()
1364 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()
1462 double motion_pct; in accumulate_frame_motion_stats() local
1466 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
1469 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1470 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1471 *abs_mv_in_out_accumulator += fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()
1476 if (motion_pct > 0.05) { in accumulate_frame_motion_stats()
[all …]