Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1664 static INLINE int mv_has_subpel(const MV *mv) { in mv_has_subpel() function
2082 subpelmv |= mv_has_subpel(&mode_mv[this_mode][ref].as_mv); in rd_pick_best_sub8x8_mode()
2623 intpel_mv = !mv_has_subpel(&mi->mv[0].as_mv); in handle_inter_mode()
2624 if (is_comp_pred) intpel_mv &= !mv_has_subpel(&mi->mv[1].as_mv); in handle_inter_mode()