Searched refs:NEARMV (Results 1 - 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c165 &mode_mv_sb[sign_bias][NEARMV],
173 invert_and_clamp_mvs(&mode_mv_sb[!sign_bias][NEARMV],
174 &mode_mv_sb[sign_bias][NEARMV], xd);
H A Dentropymode.c138 -NEARMV, 6,
H A Dreconintra.c132 case NEARMV:
273 case NEARMV:
H A Dblockd.h79 NEARMV, enumerator in enum:__anon20601
H A Dloopfilter.c56 lfi->mode_lf_lut[NEARMV] = 2;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.h31 RD_NEARMV = NEARMV,
H A Dvp9_rdopt.c1474 case NEARMV:
1475 this_mv->as_int = frame_mv[NEARMV][mbmi->ref_frame[0]].as_int;
1478 frame_mv[NEARMV][mbmi->ref_frame[1]].as_int;
1688 &frame_mv[NEARMV][mbmi->ref_frame[0]],
1693 &frame_mv[NEARMV][mbmi->ref_frame[1]],
1705 if ((this_mode == NEARMV || this_mode == NEARESTMV ||
1711 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1715 if (this_mode == NEARMV) {
1727 frame_mv[NEARMV][mbmi->ref_frame[0]].as_int == 0))
1734 frame_mv[NEARMV][mbm
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c41 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator in enum:__anon11572
59 -NEARMV, 3,
/external/webp/src/dec/
H A Dtree.c41 NEARESTMV, NEARMV, ZEROMV, NEWMV, SPLITMV }; enumerator in enum:__anon27985
59 -NEARMV, 3,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c244 -NEARMV, -NEWMV
H A Dvp9_blockd.h78 NEARMV, enumerator in enum:__anon20660
H A Dvp9_loopfilter.c242 lfi->mode_lf_lut[NEARMV] = 1;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c502 if (b_mode == NEARESTMV || b_mode == NEARMV) {
526 case NEARMV:
555 case NEARMV:
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c733 if (vp8_mode_order[mode_index] == NEARMV &&
734 mode_mv[NEARMV].as_int ==0)
1042 case NEARMV:
H A Drdopt.c90 NEARMV,
98 NEARMV,
99 NEARMV,
2377 case NEARMV:
2387 if (((this_mode == NEARMV) || (this_mode == NEARESTMV)) && (mode_mv[this_mode].as_int == 0))
H A Dmcomp.c1998 if (m == NEARMV)
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c499 /* Don't need to check this on NEARMV and NEARESTMV
514 mbmi->mode = NEARMV;

Completed in 183 milliseconds