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.c28 const int is_q4 = precision == MV_PRECISION_Q4; in vp9_highbd_build_inter_predictor() local
29 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, in vp9_highbd_build_inter_predictor()
30 is_q4 ? src_mv->col : src_mv->col * 2 }; in vp9_highbd_build_inter_predictor()
48 const int is_q4 = precision == MV_PRECISION_Q4; in vp9_build_inter_predictor() local
49 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, in vp9_build_inter_predictor()
50 is_q4 ? src_mv->col : src_mv->col * 2 }; in vp9_build_inter_predictor()