Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c87 const int is_q4 = precision == MV_PRECISION_Q4; in vp9_build_inter_predictor() local
88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, in vp9_build_inter_predictor()
89 is_q4 ? src_mv->col : src_mv->col * 2 }; in vp9_build_inter_predictor()