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

  /external/libvpx/vp8/encoder/
pickinter.c 611 if(cpi->sf.improved_mv_pred && x->e_mbd.mode_info_context->mbmi.mode == NEWMV)
681 case NEWMV:
736 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
737 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
742 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
743 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
765 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
766 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
770 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row;
771 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col
    [all...]
rdopt.c 98 NEWMV,
99 NEWMV,
100 NEWMV,
    [all...]
bitstream.c 994 case NEWMV:
    [all...]
encodeframe.c     [all...]
mcomp.c     [all...]
firstpass.c 672 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv.as_mv);
    [all...]
  /external/libvpx/vp8/common/
blockd.h 85 NEWMV,
reconintra.c 142 case NEWMV:
268 case NEWMV:
406 case NEWMV:
551 case NEWMV:
entropymode.c 156 -NEWMV, -SPLITMV
  /external/webp/src/dec/
tree.c 39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV };
58 -NEWMV, -SPLITMV
  /external/libvpx/vp8/decoder/
reconintra_mt.c 143 case NEWMV:
279 case NEWMV:
435 case NEWMV:
597 case NEWMV:
decodemv.c 443 case NEWMV:
449 * since those modes clamp the MV. The NEWMV mode does not,

Completed in 246 milliseconds