Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6550 static INLINE double get_mv_diff_cost(MV *new_mv, MV *ref_mv) { function
6570 double nearest_cost = get_mv_diff_cost(&new_mv, &nearest_mv);
6571 double near_cost = get_mv_diff_cost(&new_mv, &near_mv);