Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c44 const int is_q4 = precision == MV_PRECISION_Q4; in vp9_highbd_build_inter_predictor() local
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()
66 const int is_q4 = precision == MV_PRECISION_Q4; in vp9_build_inter_predictor() local
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()