Searched refs:nmv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c349 int_mv *nmv = near_mvs; local
365 nmv[0].as_int = nmv[1].as_int = nmv[2].as_int = 0;
373 (++nmv)->as_int = above->mbmi.mv.as_int;
375 mbmi->ref_frame, nmv, ref_frame_sign_bias);
393 if (this_mv.as_int != nmv->as_int)
395 (++nmv)->as_int = this_mv.as_int;
416 if (this_mv.as_int != nmv->as_int)
418 (++nmv)
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c349 int_mv *nmv = near_mvs; local
365 nmv[0].as_int = nmv[1].as_int = nmv[2].as_int = 0;
373 (++nmv)->as_int = above->mbmi.mv.as_int;
375 mbmi->ref_frame, nmv, ref_frame_sign_bias);
393 if (this_mv.as_int != nmv->as_int)
395 (++nmv)->as_int = this_mv.as_int;
416 if (this_mv.as_int != nmv->as_int)
418 (++nmv)
[all...]

Completed in 95 milliseconds