Home
last modified time | relevance | path

Searched refs:mbmi_mv (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c494 int_mv *const mbmi_mv = & mbmi->mv; in read_mb_modes_mv() local
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc); in read_mb_modes_mv()
496 mbmi_mv->as_mv.row += near_mvs[near_index].as_mv.row; in read_mb_modes_mv()
497 mbmi_mv->as_mv.col += near_mvs[near_index].as_mv.col; in read_mb_modes_mv()
505 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge, in read_mb_modes_mv()