HomeSort by relevance Sort by last modified time
    Searched refs:is_q4 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 28 const int is_q4 = precision == MV_PRECISION_Q4; local
29 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
30 is_q4 ? src_mv->col : src_mv->col * 2 };
48 const int is_q4 = precision == MV_PRECISION_Q4; local
49 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
50 is_q4 ? src_mv->col : src_mv->col * 2 };
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 289 const int is_q4 = precision == MV_PRECISION_Q4; local
290 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
291 is_q4 ? src_mv->col : src_mv->col * 2 };

Completed in 336 milliseconds