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

  /external/libvpx/vp8/common/
blockd.h 82 NEARESTMV,
107 #define VP8_MVREFS (1 + SPLITMV - NEARESTMV)
entropymode.c 154 -NEARESTMV, 4,
268 vp8_mv_ref_tree, NEARESTMV);
reconintra.c 139 case NEARESTMV:
265 case NEARESTMV:
403 case NEARESTMV:
548 case NEARESTMV:
postproc.c 960 else if (mi->mbmi.mode >= NEARESTMV)
    [all...]
  /external/webp/src/dec/
tree.c 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV };
56 -NEARESTMV, 2,
  /external/libvpx/vp8/decoder/
reconintra_mt.c 140 case NEARESTMV:
276 case NEARESTMV:
432 case NEARESTMV:
594 case NEARESTMV:
decodemv.c 430 case NEARESTMV:
448 /* Don't need to check this on NEARMV and NEARESTMV modes
  /external/libvpx/vp8/encoder/
rdopt.c 82 NEARESTMV,
86 NEARESTMV,
89 NEARESTMV,
856 assert(NEARESTMV <= m && m <= SPLITMV);
859 vp8_mv_ref_encoding_array - NEARESTMV + m);
    [all...]
pickinter.c 596 mode_mv[NEARESTMV] = nearest_mv[x->e_mbd.mode_info_context->mbmi.ref_frame];
795 case NEARESTMV:
bitstream.c 783 assert(NEARESTMV <= m && m <= SPLITMV);
786 vp8_mv_ref_encoding_array - NEARESTMV + m);
    [all...]
mcomp.c     [all...]

Completed in 167 milliseconds