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

/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
/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
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
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...]
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
/external/libvpx/libvpx/vp8/decoder/
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...]
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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h218 int mb_to_top_edge; member in struct:macroblockd
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h218 int mb_to_top_edge; member in struct:macroblockd

Completed in 879 milliseconds