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

  /external/libvpx/vp8/common/
findnearmv.h 49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
50 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
blockd.h 271 int mb_to_top_edge; member in struct:__anon8427
  /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...]
decodframe.c 143 if (mv->row < (xd->mb_to_top_edge - (19 << 3)))
144 mv->row = xd->mb_to_top_edge - (16 << 3);
155 mv->row = (2*mv->row < (xd->mb_to_top_edge - (19 << 3))) ? (xd->mb_to_top_edge - (16 << 3)) >> 1 : mv->row;
343 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
threading.c 273 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
753 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
    [all...]
  /external/libvpx/vp8/encoder/
rdopt.c     [all...]
ethreading.c 133 xd->mb_to_top_edge = -((mb_row * 16) << 3);
369 zd->mb_to_top_edge = xd->mb_to_top_edge ;
bitstream.c 925 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
    [all...]
encodeframe.c 506 xd->mb_to_top_edge = -((mb_row * 16) << 3);
    [all...]

Completed in 186 milliseconds