Searched refs:mb_to_left_edge (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, argument
53 mv->as_mv.col = (mv->as_mv.col < mb_to_left_edge) ?
54 mb_to_left_edge : mv->as_mv.col;
62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, argument
67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge);
H A Dblockd.h275 int mb_to_left_edge; member in struct:macroblockd
H A Dreconinter.c351 if (mv->col < (xd->mb_to_left_edge - (19 << 3)))
352 mv->col = xd->mb_to_left_edge - (16 << 3);
365 mv->col = (2*mv->col < (xd->mb_to_left_edge - (19 << 3))) ?
366 (xd->mb_to_left_edge - (16 << 3)) >> 1 : mv->col;
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, argument
53 mv->as_mv.col = (mv->as_mv.col < mb_to_left_edge) ?
54 mb_to_left_edge : mv->as_mv.col;
62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, argument
67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge);
H A Dblockd.h275 int mb_to_left_edge; member in struct:macroblockd
H A Dreconinter.c351 if (mv->col < (xd->mb_to_left_edge - (19 << 3)))
352 mv->col = xd->mb_to_left_edge - (16 << 3);
365 mv->col = (2*mv->col < (xd->mb_to_left_edge - (19 << 3))) ?
366 (xd->mb_to_left_edge - (16 << 3)) >> 1 : mv->col;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.h26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
H A Dvp9_reconinter.c134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
299 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x));
322 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x;
H A Dvp9_blockd.h216 int mb_to_left_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h279 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8);
H A Dvp9_mvref_common.c119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
H A Dvp9_reconintra.c347 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c281 int mb_to_left_edge,
300 int this_b_to_left_edge = mb_to_left_edge + ((col*4)<<3);
385 int mb_to_left_edge = -((mb_col * 16) << 3); local
396 mb_to_left_edge,
518 int mb_to_left_edge = mb->mb_to_left_edge + ((col*4)<<3); local
549 mb_to_left_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.c233 MV_CONTEXT *const mvc, int mb_to_left_edge,
312 mb_to_left_edge,
455 int mb_to_left_edge; local
466 mb_to_left_edge = pbi->mb.mb_to_left_edge;
467 mb_to_left_edge -= LEFT_TOP_MARGIN;
484 mvc, mb_to_left_edge,
505 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge,
634 pbi->mb.mb_to_left_edge = 0;
659 pbi->mb.mb_to_left_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.c283 int mb_to_left_edge,
302 int this_b_to_left_edge = mb_to_left_edge + ((col*4)<<3);
387 int mb_to_left_edge = -((mb_col * 16) << 3); local
398 mb_to_left_edge,
520 int mb_to_left_edge = mb->mb_to_left_edge + ((col*4)<<3); local
551 mb_to_left_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.c233 MV_CONTEXT *const mvc, int mb_to_left_edge,
312 mb_to_left_edge,
455 int mb_to_left_edge; local
466 mb_to_left_edge = pbi->mb.mb_to_left_edge;
467 mb_to_left_edge -= LEFT_TOP_MARGIN;
484 mvc, mb_to_left_edge,
505 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge,
634 pbi->mb.mb_to_left_edge = 0;
659 pbi->mb.mb_to_left_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/common/
H A Dvp9_mvref_common.h129 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
201 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
H A Dvp9_blockd.h216 int mb_to_left_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h289 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8);
H A Dvp9_reconinter.c229 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
417 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x));
440 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x;
H A Dvp9_reconintra.c666 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x;
795 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c137 xd->mb_to_left_edge = -((mb_col * 16) << 3);
402 zd->mb_to_left_edge = xd->mb_to_left_edge;
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) ;
1682 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0)
1689 }else if(xd->mb_to_left_edge ==0)
1707 if(xd->mb_to_left_edge ==0) near_sad[5] = INT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c137 xd->mb_to_left_edge = -((mb_col * 16) << 3);
387 zd->mb_to_left_edge = xd->mb_to_left_edge;
H A Drdopt.c1581 mb_offset = (-xd->mb_to_top_edge/128 + 1) * (xd->mode_info_stride +1) + (-xd->mb_to_left_edge/128 +1) ;
1683 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0)
1690 }else if(xd->mb_to_left_edge ==0)
1708 if(xd->mb_to_left_edge ==0) near_sad[5] = INT_MAX;

Completed in 397 milliseconds

12