Searched defs:mv_has_subpel (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1665 static INLINE int mv_has_subpel(const MV *mv) { function
2083 subpelmv |= mv_has_subpel(&mode_mv[this_mode][ref].as_mv);
2624 intpel_mv = !mv_has_subpel(&mi->mv[0].as_mv);
2625 if (is_comp_pred) intpel_mv &= !mv_has_subpel(&mi->mv[1].as_mv);

Completed in 69 milliseconds