Searched refs:NEWMV (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dpickinter.c611 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]
[all...]
H A Drdopt.c98 NEWMV,
99 NEWMV,
100 NEWMV,
1908 if(x->e_mbd.mode_info_context->mbmi.mode == NEWMV)
2047 case NEWMV:
2100 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
2101 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
2106 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row;
2107 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col;
2129 mode_mv[NEWMV]
[all...]
H A Dbitstream.c994 case NEWMV:
H A Dencodeframe.c1385 else if (xd->mode_info_context->mbmi.mode == NEWMV)
H A Dmcomp.c1642 if (m == NEWMV)
H A Dfirstpass.c672 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv.as_mv);
/external/libvpx/vp8/common/
H A Dblockd.h85 NEWMV, enumerator in enum:__anon6181
H A Dreconintra.c142 case NEWMV:
268 case NEWMV:
406 case NEWMV:
551 case NEWMV:
H A Dentropymode.c156 -NEWMV, -SPLITMV
/external/webp/src/dec/
H A Dtree.c39 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator in enum:__anon12261
58 -NEWMV, -SPLITMV
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c143 case NEWMV:
279 case NEWMV:
435 case NEWMV:
597 case NEWMV:
H A Ddecodemv.c443 case NEWMV:
449 * since those modes clamp the MV. The NEWMV mode does not,

Completed in 696 milliseconds