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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mvref_common.h20 #define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3) macro
26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
28 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.h35 #define LEFT_TOP_MARGIN (16 << 3) macro
39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodemv.c462 mb_to_top_edge -= LEFT_TOP_MARGIN;
467 mb_to_left_edge -= LEFT_TOP_MARGIN;

Completed in 425 milliseconds