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

  /external/libvpx/libvpx/vp8/common/
findnearmv.c 165 &mode_mv_sb[sign_bias][NEARMV],
173 invert_and_clamp_mvs(&mode_mv_sb[!sign_bias][NEARMV],
174 &mode_mv_sb[sign_bias][NEARMV], xd);
entropymode.c 138 -NEARMV, 6,
reconintra.c 133 case NEARMV:
281 case NEARMV:
blockd.h 79 NEARMV,
loopfilter.c 56 lfi->mode_lf_lut[NEARMV] = 2;
  /external/webp/src/dec/
tree.c 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV };
57 -NEARMV, 3,
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 732 if (vp8_mode_order[mode_index] == NEARMV &&
733 mode_mv[NEARMV].as_int ==0)
    [all...]
rdopt.c 90 NEARMV,
98 NEARMV,
99 NEARMV,
    [all...]
mcomp.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 499 /* Don't need to check this on NEARMV and NEARESTMV
514 mbmi->mode = NEARMV;

Completed in 4899 milliseconds