Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c38 const MV *src_mv, in vp9_highbd_build_inter_predictor() argument
45 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() argument
67 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() argument
118 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()
Dvp9_reconinter.h50 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,