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

  /external/libvpx/vp8/decoder/
decodemv.c 294 int mb_to_top_edge; local
297 mb_to_top_edge = pbi->mb.mb_to_top_edge;
299 mb_to_top_edge -= LEFT_TOP_MARGIN;
394 mbmi->need_to_clamp_mvs |= (mv->row < mb_to_top_edge) ? 1 : 0;
426 mv->row = (mv->row < mb_to_top_edge) ? mb_to_top_edge : mv->row;
435 mv->row = (mv->row < mb_to_top_edge) ? mb_to_top_edge : mv->row;
455 mbmi->need_to_clamp_mvs |= (mv->row < mb_to_top_edge) ? 1 : 0
526 int mb_to_top_edge; local
    [all...]
  /external/libvpx/vp8/common/
blockd.h 271 int mb_to_top_edge; member in struct:__anon7672

Completed in 373 milliseconds