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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, argument
55 mv->as_mv.col = (mv->as_mv.col > mb_to_right_edge) ?
56 mb_to_right_edge : mv->as_mv.col;
63 int mb_to_right_edge, int mb_to_top_edge,
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge);
62 vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
H A Dblockd.h276 int mb_to_right_edge; member in struct:macroblockd
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, argument
55 mv->as_mv.col = (mv->as_mv.col > mb_to_right_edge) ?
56 mb_to_right_edge : mv->as_mv.col;
63 int mb_to_right_edge, int mb_to_top_edge,
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge);
62 vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
H A Dblockd.h276 int mb_to_right_edge; member in struct:macroblockd
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c234 int mb_to_right_edge, int mb_to_top_edge,
313 mb_to_right_edge,
456 int mb_to_right_edge; local
464 mb_to_right_edge = pbi->mb.mb_to_right_edge;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
485 mb_to_right_edge,
506 mb_to_right_edge,
635 pbi->mb.mb_to_right_edge = mb_to_right_edge_start;
660 pbi->mb.mb_to_right_edge
230 decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, const MODE_INFO *left_mb, const MODE_INFO *above_mb, MB_MODE_INFO *mbmi, int_mv best_mv, MV_CONTEXT *const mvc, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
[all...]
H A Derror_concealment.c282 int mb_to_right_edge,
301 int this_b_to_right_edge = mb_to_right_edge - ((col*4)<<3);
386 int mb_to_right_edge = ((mb_cols - 1 - mb_col) * 16) << 3; local
397 mb_to_right_edge,
519 int mb_to_right_edge = mb->mb_to_right_edge - ((col*4)<<3); local
550 mb_to_right_edge,
279 estimate_mb_mvs(const B_OVERLAP *block_overlaps, MODE_INFO *mi, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c234 int mb_to_right_edge, int mb_to_top_edge,
313 mb_to_right_edge,
456 int mb_to_right_edge; local
464 mb_to_right_edge = pbi->mb.mb_to_right_edge;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
485 mb_to_right_edge,
506 mb_to_right_edge,
635 pbi->mb.mb_to_right_edge = mb_to_right_edge_start;
660 pbi->mb.mb_to_right_edge
230 decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, const MODE_INFO *left_mb, const MODE_INFO *above_mb, MB_MODE_INFO *mbmi, int_mv best_mv, MV_CONTEXT *const mvc, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
[all...]
H A Derror_concealment.c284 int mb_to_right_edge,
303 int this_b_to_right_edge = mb_to_right_edge - ((col*4)<<3);
388 int mb_to_right_edge = ((mb_cols - 1 - mb_col) * 16) << 3; local
399 mb_to_right_edge,
521 int mb_to_right_edge = mb->mb_to_right_edge - ((col*4)<<3); local
552 mb_to_right_edge,
281 estimate_mb_mvs(const B_OVERLAP *block_overlaps, MODE_INFO *mi, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h217 int mb_to_right_edge; member in struct:macroblockd
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h217 int mb_to_right_edge; member in struct:macroblockd

Completed in 125 milliseconds