Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1435 double this_mv_cabs; in get_prediction_decay_rate() local
1439 this_mv_cabs = fabs(next_frame->mvc_abs * motion_pct); in get_prediction_decay_rate()
1442 (this_mv_cabs * this_mv_cabs)) / 250.0; in get_prediction_decay_rate()