Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dfindnearmv.h33 #define RIGHT_BOTTOM_MARGIN (16 << 3) macro
37 } else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
38 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h21 #define RIGHT_BOTTOM_MARGIN \ macro
289 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, in clamp_mv2()
291 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN); in clamp_mv2()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c392 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()
394 mb_to_right_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()