HomeSort by relevance Sort by last modified time
    Searched refs:NEARESTMV (Results 1 - 10 of 10) 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:
postproc.c 979 else if (mi->mbmi.mode >= NEARESTMV)
    [all...]
  /external/libvpx/vp8/decoder/
reconintra_mt.c 141 case NEARESTMV:
284 case NEARESTMV:
447 case NEARESTMV:
616 case NEARESTMV:
decodemv.c 437 case NEARESTMV:
455 /* Don't need to check this on NEARMV and NEARESTMV modes
  /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 605 mode_mv[NEARESTMV] = nearest_mv[x->e_mbd.mode_info_context->mbmi.ref_frame];
776 case NEARESTMV:
bitstream.c 793 assert(NEARESTMV <= m && m <= SPLITMV);
796 vp8_mv_ref_encoding_array - NEARESTMV + m);
    [all...]
mcomp.c     [all...]

Completed in 200 milliseconds