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

/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c139 -NEWMV, -SPLITMV
H A Dreconintra.c134 case NEWMV:
275 case NEWMV:
H A Dblockd.h81 NEWMV, enumerator in enum:__anon20580
H A Dloopfilter.c57 lfi->mode_lf_lut[NEWMV] = 2;
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c396 * therefore, only need to modify MVcount in NEWMV mode. */
397 if (xd->mode_info_context->mbmi.mode == NEWMV)
500 if((this_mode != NEWMV) ||
737 if (vp8_mode_order[mode_index] == NEWMV && parent_mode == ZEROMV
740 else if(vp8_mode_order[mode_index] == NEWMV && dissim==0
854 case NEWMV:
937 mode_mv[NEWMV].as_int = mvp_full.as_int;
979 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
987 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
1011 mode_mv[NEWMV]
[all...]
H A Drdopt.c105 NEWMV,
106 NEWMV,
107 NEWMV,
1752 else if (x->e_mbd.mode_info_context->mbmi.mode == NEWMV)
2233 case NEWMV:
2290 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2323 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2327 d->bmi.mv.as_int = mode_mv[NEWMV].as_int;
2347 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
2351 d->bmi.mv.as_int = mode_mv[NEWMV]
[all...]
H A Dbitstream.c650 case NEWMV:
H A Dfirstpass.c717 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv);
H A Dmcomp.c2012 if (m == NEWMV)
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c41 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator in enum:__anon11572
60 -NEWMV, -SPLITMV
/external/webp/src/dec/
H A Dtree.c41 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator in enum:__anon27964
60 -NEWMV, -SPLITMV
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h73 NEWMV, enumerator in enum:__anon20638
78 return mode >= NEARESTMV && mode <= NEWMV;
83 #define INTER_MODES (1 + NEWMV - NEARESTMV)
H A Dvp9_entropymode.c240 -INTER_OFFSET(NEARMV), -INTER_OFFSET(NEWMV)
H A Dvp9_loopfilter.c239 lfi->mode_lf_lut[NEWMV] = 1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c61 {NEWMV, LAST_FRAME, NONE},
62 {NEWMV, ALTREF_FRAME, NONE},
63 {NEWMV, GOLDEN_FRAME, NONE},
73 {NEWMV, LAST_FRAME, ALTREF_FRAME},
76 {NEWMV, GOLDEN_FRAME, ALTREF_FRAME},
1489 case NEWMV:
1733 for (this_mode = NEARESTMV; this_mode <= NEWMV; ++this_mode) {
1784 if (!has_second_rf && this_mode == NEWMV &&
1838 &mode_mv[NEWMV].as_mv);
1844 &mode_mv[NEWMV]
[all...]
H A Dvp9_encodemv.c325 if (mi->bmi[i].as_mode == NEWMV)
329 } else if (mbmi->mode == NEWMV) {
H A Dvp9_mbgraph.c70 vp9_set_mbmode_and_mvs(x, NEWMV, dst_mv);
H A Dvp9_bitstream.c476 if (blockmode == NEWMV) {
489 } else if (mode == NEWMV) {
H A Dvp9_encodeframe.c461 && (mbmi->sb_type < BLOCK_8X8 || mbmi->mode == NEWMV)) {
467 if (mbmi->mode == NEWMV) {
H A Dvp9_firstpass.c724 vp9_set_mbmode_and_mvs(x, NEWMV, &mv);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c500 * modes since those modes clamp the MV. The NEWMV mode
509 mbmi->mode = NEWMV;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c369 case NEWMV: {

Completed in 560 milliseconds