Searched defs:mb_to_bottom_edge (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h47 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
48 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
53 int mb_to_bottom_edge)
61 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) ?
62 mb_to_bottom_edge : mv->as_mv.row;
67 int mb_to_bottom_edge)
73 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge);
51 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
64 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.h282 int mb_to_bottom_edge; member in struct:macroblockd
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c235 int mb_to_bottom_edge)
315 mb_to_bottom_edge);
454 int mb_to_bottom_edge; local
461 mb_to_bottom_edge = pbi->mb.mb_to_bottom_edge;
463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
487 mb_to_bottom_edge);
508 mb_to_bottom_edge);
629 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3;
666 pbi->mb.mb_to_bottom_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.c285 int mb_to_bottom_edge)
297 int this_b_to_bottom_edge = mb_to_bottom_edge - ((row*4)<<3);
383 int mb_to_bottom_edge = ((mb_rows - 1 - mb_row) * 16) << 3; local
400 mb_to_bottom_edge);
516 int mb_to_bottom_edge = mb->mb_to_bottom_edge - ((row*4)<<3); local
553 mb_to_bottom_edge);
280 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/vp9/common/
H A Dvp9_blockd.h175 int mb_to_bottom_edge; member in struct:macroblockd

Completed in 5109 milliseconds