Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.h21 #define RIGHT_BOTTOM_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -\ macro
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, in clamp_mv2()
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN); in clamp_mv2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.h36 #define RIGHT_BOTTOM_MARGIN (16 << 3) macro
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()