Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dmv.h79 static AOM_INLINE FULLPEL_MV get_fullmv_from_mv(const MV *subpel_mv) { in get_fullmv_from_mv() argument
80 const FULLPEL_MV full_mv = { (int16_t)GET_MV_RAWPEL(subpel_mv->row), in get_fullmv_from_mv()
81 (int16_t)GET_MV_RAWPEL(subpel_mv->col) }; in get_fullmv_from_mv()
86 const MV subpel_mv = { (int16_t)GET_MV_SUBPEL(full_mv->row), in get_mv_from_fullmv() local
88 return subpel_mv; in get_mv_from_fullmv()