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

  /external/libvpx/vp8/decoder/
decodemv.c 295 int mb_to_bottom_edge; local
298 mb_to_bottom_edge = pbi->mb.mb_to_bottom_edge;
300 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
395 mbmi->need_to_clamp_mvs |= (mv->row > mb_to_bottom_edge) ? 1 : 0;
427 mv->row = (mv->row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->row;
436 mv->row = (mv->row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->row;
456 mbmi->need_to_clamp_mvs |= (mv->row > mb_to_bottom_edge) ? 1 : 0
527 int mb_to_bottom_edge; local
    [all...]
  /external/libvpx/vp8/common/
blockd.h 272 int mb_to_bottom_edge; member in struct:__anon8427

Completed in 130 milliseconds