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

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
51 int mb_to_top_edge, int mb_to_bottom_edge)
57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ?
58 mb_to_top_edge : mv->as_mv.row;
63 int mb_to_right_edge, int mb_to_top_edge,
69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
50 vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
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.h277 int mb_to_top_edge; member in struct:macroblockd
H A Dreconinter.c356 if (mv->row < (xd->mb_to_top_edge - (19 << 3)))
357 mv->row = xd->mb_to_top_edge - (16 << 3);
370 mv->row = (2*mv->row < (xd->mb_to_top_edge - (19 << 3))) ?
371 (xd->mb_to_top_edge - (16 << 3)) >> 1 : mv->row;
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
51 int mb_to_top_edge, int mb_to_bottom_edge)
57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ?
58 mb_to_top_edge : mv->as_mv.row;
63 int mb_to_right_edge, int mb_to_top_edge,
69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
50 vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
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.h277 int mb_to_top_edge; member in struct:macroblockd
H A Dreconinter.c356 if (mv->row < (xd->mb_to_top_edge - (19 << 3)))
357 mv->row = xd->mb_to_top_edge - (16 << 3);
370 mv->row = (2*mv->row < (xd->mb_to_top_edge - (19 << 3))) ?
371 (xd->mb_to_top_edge - (16 << 3)) >> 1 : mv->row;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.h28 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
H A Dvp9_reconinter.c136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
323 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
H A Dvp9_blockd.h218 int mb_to_top_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h277 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8);
H A Dvp9_mvref_common.c121 xd->mb_to_top_edge - MV_BORDER,
H A Dvp9_reconintra.c348 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c283 int mb_to_top_edge,
295 int this_b_to_top_edge = mb_to_top_edge + ((row*4)<<3);
381 int mb_to_top_edge = -((mb_row * 16)) << 3; local
398 mb_to_top_edge,
514 int mb_to_top_edge = mb->mb_to_top_edge + ((row*4)<<3); local
551 mb_to_top_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,
314 mb_to_top_edge,
453 int mb_to_top_edge; local
460 mb_to_top_edge = pbi->mb.mb_to_top_edge;
462 mb_to_top_edge -= LEFT_TOP_MARGIN;
486 mb_to_top_edge,
507 mb_to_top_edge,
626 pbi->mb.mb_to_top_edge = 0;
663 pbi->mb.mb_to_top_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.c285 int mb_to_top_edge,
297 int this_b_to_top_edge = mb_to_top_edge + ((row*4)<<3);
383 int mb_to_top_edge = -((mb_row * 16)) << 3; local
400 mb_to_top_edge,
516 int mb_to_top_edge = mb->mb_to_top_edge + ((row*4)<<3); local
553 mb_to_top_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,
314 mb_to_top_edge,
453 int mb_to_top_edge; local
460 mb_to_top_edge = pbi->mb.mb_to_top_edge;
462 mb_to_top_edge -= LEFT_TOP_MARGIN;
486 mb_to_top_edge,
507 mb_to_top_edge,
626 pbi->mb.mb_to_top_edge = 0;
663 pbi->mb.mb_to_top_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.h131 xd->mb_to_top_edge - MV_BORDER,
203 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
H A Dvp9_blockd.h218 int mb_to_top_edge; member in struct:macroblockd
H A Dvp9_onyxc_int.h287 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8);
H A Dvp9_reconinter.c231 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
418 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
441 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
H A Dvp9_reconintra.c667 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
796 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c139 xd->mb_to_top_edge = -((mb_row * 16) << 3);
404 zd->mb_to_top_edge = xd->mb_to_top_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)
1685 }else if(xd->mb_to_top_edge==0)
1706 if(xd->mb_to_top_edge==0) near_sad[4] = INT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c139 xd->mb_to_top_edge = -((mb_row * 16) << 3);
389 zd->mb_to_top_edge = xd->mb_to_top_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)
1686 }else if(xd->mb_to_top_edge==0)
1707 if(xd->mb_to_top_edge==0) near_sad[4] = INT_MAX;

Completed in 431 milliseconds

12