/external/libvpx/libvpx/vp8/common/ |
findnearmv.h | 40 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) 41 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; 47 int mb_to_top_edge, int mb_to_bottom_edge) 53 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ? 54 mb_to_top_edge : mv->as_mv.row; 59 int mb_to_right_edge, int mb_to_top_edge, 65 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge);
|
blockd.h | 273 int mb_to_top_edge; member in struct:macroblockd
|
reconinter.c | 356 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/ |
vp9_findnearmv.h | 33 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
|
vp9_mvref_common.c | 116 xd->mb_to_top_edge - MV_BORDER,
|
vp9_onyxc_int.h | 272 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8);
|
vp9_reconinter.c | 114 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
|
vp9_blockd.h | 207 int mb_to_top_edge; member in struct:macroblockd
|
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 285 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,
|
decodemv.c | 234 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 -= (16 << 3) [all...] |
threading.c | 365 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
|
decodframe.c | 572 xd->mb_to_top_edge = -((mb_row * 16) << 3); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ethreading.c | 139 xd->mb_to_top_edge = -((mb_row * 16) << 3); 389 zd->mb_to_top_edge = xd->mb_to_top_edge ;
|
rdopt.c | [all...] |
bitstream.c | 580 xd->mb_to_top_edge = -((mb_row * 16) << 3); [all...] |
encodeframe.c | 416 xd->mb_to_top_edge = -((mb_row * 16) << 3); [all...] |
pickinter.c | 558 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) [all...] |