Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1435 double distance_factor; in get_prediction_decay_rate() local
1440 distance_factor = sqrt((this_mv_rabs * this_mv_rabs) + in get_prediction_decay_rate()
1442 distance_factor = ((distance_factor > 1.0) in get_prediction_decay_rate()
1443 ? 0.0 : (1.0 - distance_factor)); in get_prediction_decay_rate()
1444 if (distance_factor < prediction_decay_rate) in get_prediction_decay_rate()
1445 prediction_decay_rate = distance_factor; in get_prediction_decay_rate()