Searched refs:src_mv (Results 1 – 2 of 2) sorted by relevance
38 const MV *src_mv, in vp9_highbd_build_inter_predictor() argument45 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, in vp9_highbd_build_inter_predictor()46 is_q4 ? src_mv->col : src_mv->col * 2 }; in vp9_highbd_build_inter_predictor()60 const MV *src_mv, in vp9_build_inter_predictor() argument67 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, in vp9_build_inter_predictor()68 is_q4 ? src_mv->col : src_mv->col * 2 }; in vp9_build_inter_predictor()108 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, in clamp_mv_to_umv_border_sb() argument118 src_mv->row * (1 << (1 - ss_y)), in clamp_mv_to_umv_border_sb()119 src_mv->col * (1 << (1 - ss_x)) in clamp_mv_to_umv_border_sb()
50 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,