HomeSort by relevance Sort by last modified time
    Searched refs:LEFT_TOP_MARGIN (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
findnearmv.h 31 #define LEFT_TOP_MARGIN (16 << 3)
35 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
36 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
40 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
41 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 462 mb_to_top_edge -= LEFT_TOP_MARGIN;
467 mb_to_left_edge -= LEFT_TOP_MARGIN;

Completed in 39 milliseconds