Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1422 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 …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1125 double motion_pct; in accumulate_frame_motion_stats() local
1128 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()