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

/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c395 int_mv _16x16mv; local
400 _16x16mv.as_int = x->mode_info_context->mbmi.mv.as_int;
404 clamp_mv_to_umv_border(&_16x16mv.as_mv, x);
407 ptr = ptr_base + ( _16x16mv.as_mv.row >> 3) * pre_stride + (_16x16mv.as_mv.col >> 3);
409 if ( _16x16mv.as_int & 0x00070007)
411 x->subpixel_predict16x16(ptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_y, dst_ystride);
419 _16x16mv.as_mv.row += 1 | (_16x16mv
[all...]

Completed in 578 milliseconds