Searched refs:get_mv_from_mv_mode (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6482 static int_mv get_mv_from_mv_mode(int mv_mode, VP9_COMP *cpi, function 6518 *mv = get_mv_from_mv_mode(mv_mode, cpi, motion_field, tpl_frame, bsize, 6561 MV new_mv = get_mv_from_mv_mode(mv_mode, cpi, motion_field, tpl_frame, 6564 MV nearest_mv = get_mv_from_mv_mode(NEAREST_MV_MODE, cpi, motion_field, 6567 MV near_mv = get_mv_from_mv_mode(NEAR_MV_MODE, cpi, motion_field, tpl_frame,
|