Searched refs:mb_to_right_edge (Results 1 - 25 of 39) sorted by relevance

12

/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
H A Dreconinter.c353 else if (mv->col > xd->mb_to_right_edge + (18 << 3))
354 mv->col = xd->mb_to_right_edge + (16 << 3);
367 mv->col = (2*mv->col > xd->mb_to_right_edge + (18 << 3)) ?
368 (xd->mb_to_right_edge + (16 << 3)) >> 1 : mv->col;
/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
H A Dreconinter.c353 else if (mv->col > xd->mb_to_right_edge + (18 << 3))
354 mv->col = xd->mb_to_right_edge + (16 << 3);
367 mv->col = (2*mv->col > xd->mb_to_right_edge + (18 << 3)) ?
368 (xd->mb_to_right_edge + (16 << 3)) >> 1 : mv->col;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c55 // If mb_to_right_edge is < 0 we are in a situation in which
58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
64 // xd->mb_to_right_edge is in units of pixels * 8. This converts
66 if (xd->mb_to_right_edge < 0)
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
107 if (has_eob && xd->mb_to_right_edge < 0) {
110 (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
H A Dvp9_mvref_common.h130 xd->mb_to_right_edge + MV_BORDER,
202 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
H A Dvp9_blockd.h217 int mb_to_right_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h290 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c55 // If mb_to_right_edge is < 0 we are in a situation in which
58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
64 // xd->mb_to_right_edge is in units of pixels * 8. This converts
66 if (xd->mb_to_right_edge < 0)
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
107 if (has_eob && xd->mb_to_right_edge < 0) {
110 (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
H A Dvp9_mvref_common.h27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
H A Dvp9_blockd.h217 int mb_to_right_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h280 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;
H A Dvp9_mvref_common.c120 xd->mb_to_right_edge + MV_BORDER,
H A Dvp9_reconinter.c135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
H A Dvp9_reconintra.c377 if (xd->mb_to_right_edge < 0) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
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
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...]
/external/libvpx/libvpx/vp8/decoder/
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
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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c120 int right_overflow = (xd->mb_to_right_edge < 0) ?
121 ((-xd->mb_to_right_edge) >> 3) : 0;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c119 int right_overflow = (xd->mb_to_right_edge < 0) ?
120 ((-xd->mb_to_right_edge) >> 3) : 0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
403 zd->mb_to_right_edge = xd->mb_to_right_edge;
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
388 zd->mb_to_right_edge = xd->mb_to_right_edge;

Completed in 291 milliseconds

12