Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h119 int_mv vp9_motion_field_get_mv(const MotionField *motion_field, int brow,
Dvp9_non_greedy_mv.c282 int_mv vp9_motion_field_get_mv(const MotionField *motion_field, int brow, in vp9_motion_field_get_mv() function
297 return vp9_motion_field_get_mv(motion_field, brow, bcol); in vp9_motion_field_mi_get_mv()
Dvp9_mcomp.c2075 int_mv mv = vp9_motion_field_get_mv(motion_field, brow, bcol); in vp9_prepare_nb_full_mvs()