Searched refs:mb_to_top_edge (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/vp8/common/
H A Dfindnearmv.h49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
50 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
H A Dblockd.h271 int mb_to_top_edge; member in struct:__anon8171
/external/libvpx/vp8/decoder/
H A Ddecodemv.c294 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)
526 int mb_to_top_edge; local
[all...]
H A Ddecodframe.c143 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;
H A Dthreading.c273 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
753 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
/external/libvpx/vp8/encoder/
H A Drdopt.c1580 mb_offset = (-xd->mb_to_top_edge/128 + 1) * (xd->mode_info_stride +1) + (-xd->mb_to_left_edge/128 +1) ;
1675 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0)
1678 }else if(xd->mb_to_top_edge==0)
1699 if(xd->mb_to_top_edge==0) near_sad[4] = INT_MAX;
2219 if (mode_mv[this_mode].row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
2220 mode_mv[this_mode].row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
H A Dethreading.c133 xd->mb_to_top_edge = -((mb_row * 16) << 3);
369 zd->mb_to_top_edge = xd->mb_to_top_edge ;
H A Dbitstream.c925 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
H A Dencodeframe.c506 xd->mb_to_top_edge = -((mb_row * 16) << 3);

Completed in 87 milliseconds