Searched refs:subpel_mv (Results 1 – 1 of 1) sorted by relevance
75 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument76 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()77 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()82 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local84 return subpel_mv; in get_mv_from_fullmv()