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

  /external/libvpx/vp8/encoder/
pickinter.c 665 case NEWMV:
689 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
690 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
706 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
707 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
711 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row;
712 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col;
722 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
723 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
728 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row
    [all...]
rdopt.c 110 NEWMV,
111 NEWMV,
112 NEWMV,
    [all...]
bitstream.c 1004 case NEWMV:
    [all...]
encodeframe.c     [all...]
mcomp.c     [all...]
firstpass.c 689 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv.as_mv);
    [all...]
  /external/libvpx/vp8/common/
blockd.h 87 NEWMV,
reconintra.c 142 case NEWMV:
268 case NEWMV:
406 case NEWMV:
551 case NEWMV:
entropymode.c 156 -NEWMV, -SPLITMV
  /external/libvpx/vp8/decoder/
reconintra_mt.c 144 case NEWMV:
287 case NEWMV:
450 case NEWMV:
619 case NEWMV:
decodemv.c 450 case NEWMV:
456 * since those modes clamp the MV. The NEWMV mode does not,

Completed in 89 milliseconds