Searched defs:mb_to_right_edge (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/decoder/
H A Ddecodemv.c293 int mb_to_right_edge; local
310 pbi->mb.mb_to_right_edge =
311 mb_to_right_edge = ((pbi->common.mb_cols - 1 - mb_col) * 16) << 3;
312 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
393 mbmi->need_to_clamp_mvs |= (mv->col > mb_to_right_edge) ? 1 : 0;
425 mv->col = (mv->col > mb_to_right_edge) ? mb_to_right_edge : mv->col;
434 mv->col = (mv->col > mb_to_right_edge) ? mb_to_right_edge : mv->col;
454 mbmi->need_to_clamp_mvs |= (mv->col > mb_to_right_edge)
[all...]
/external/libvpx/vp8/common/
H A Dblockd.h270 int mb_to_right_edge; member in struct:__anon8171

Completed in 75 milliseconds