Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmv.h75 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
76 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() local
84 return subpel_mv; in get_mv_from_fullmv()