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

  /external/libvpx/vp8/common/
blockd.h 84 NEARESTMV,
109 #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:
  /external/libvpx/vp8/encoder/
rdopt.c 94 NEARESTMV,
98 NEARESTMV,
101 NEARESTMV,
897 assert(NEARESTMV <= m && m <= SPLITMV);
900 vp8_mv_ref_encoding_array - NEARESTMV + m);
    [all...]
pickinter.c 606 mode_mv[NEARESTMV] = nearest_mv[x->e_mbd.mode_info_context->mbmi.ref_frame];
777 case NEARESTMV:
bitstream.c 793 assert(NEARESTMV <= m && m <= SPLITMV);
796 vp8_mv_ref_encoding_array - NEARESTMV + m);
    [all...]
mcomp.c     [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 435 case NEARESTMV:
453 /* Don't need to check this on NEARMV and NEARESTMV modes
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c     [all...]

Completed in 31 milliseconds