Home
last modified time | relevance | path

Searched refs:mb_to_top_edge (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dfindnearmv.h41 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) { in vp8_clamp_mv2()
42 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; in vp8_clamp_mv2()
49 int mb_to_right_edge, int mb_to_top_edge, in vp8_clamp_mv() argument
56 (mv->as_mv.row < mb_to_top_edge) ? mb_to_top_edge : mv->as_mv.row; in vp8_clamp_mv()
62 int mb_to_top_edge, in vp8_check_mv_bounds() argument
67 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge); in vp8_check_mv_bounds()
Dreconinter.c273 if (mv->row < (xd->mb_to_top_edge - (19 << 3))) { in clamp_mv_to_umv_border()
274 mv->row = xd->mb_to_top_edge - (16 << 3); in clamp_mv_to_umv_border()
289 mv->row = (2 * mv->row < (xd->mb_to_top_edge - (19 << 3))) in clamp_uvmv_to_umv_border()
290 ? (xd->mb_to_top_edge - (16 << 3)) >> 1 in clamp_uvmv_to_umv_border()
Dblockd.h269 int mb_to_top_edge; member
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c191 int mb_to_right_edge, int mb_to_top_edge, in decode_split_mv() argument
260 mb_to_top_edge, mb_to_bottom_edge); in decode_split_mv()
382 int mb_to_top_edge; in read_mb_modes_mv() local
389 mb_to_top_edge = pbi->mb.mb_to_top_edge; in read_mb_modes_mv()
391 mb_to_top_edge -= LEFT_TOP_MARGIN; in read_mb_modes_mv()
411 mb_to_top_edge, mb_to_bottom_edge); in read_mb_modes_mv()
428 mb_to_top_edge, mb_to_bottom_edge); in read_mb_modes_mv()
526 pbi->mb.mb_to_top_edge = 0; in vp8_decode_mode_mvs()
560 pbi->mb.mb_to_top_edge -= (16 << 3); in vp8_decode_mode_mvs()
Derror_concealment.c242 int mb_to_top_edge, int mb_to_bottom_edge) { in estimate_mb_mvs() argument
251 int this_b_to_top_edge = mb_to_top_edge + ((row * 4) << 3); in estimate_mb_mvs()
319 int mb_to_top_edge = -((mb_row * 16)) << 3; in estimate_missing_mvs() local
332 mb_to_top_edge, mb_to_bottom_edge); in estimate_missing_mvs()
424 int mb_to_top_edge = mb->mb_to_top_edge + ((row * 4) << 3); in interpolate_mvs() local
455 mb_to_top_edge, mb_to_bottom_edge); in interpolate_mvs()
Dthreading.c321 xd->mb_to_top_edge = -((mb_row * 16) << 3); in mt_decode_mb_rows()
Ddecodeframe.c503 xd->mb_to_top_edge = -((mb_row * 16) << 3); in decode_mb_rows()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h218 xd->mb_to_right_edge + MV_BORDER, xd->mb_to_top_edge - MV_BORDER, in clamp_mv_ref()
290 xd->mb_to_top_edge - LEFT_TOP_MARGIN, in clamp_mv2()
Dvp9_reconinter.c106 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb()
160 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in build_inter_predictors()
Dvp9_reconintra.c150 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y; in build_intra_predictors_high()
297 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y; in build_intra_predictors()
Dvp9_blockd.h170 int mb_to_top_edge; member
Dvp9_onyxc_int.h397 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8); in set_mi_row_col()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1396 mb_offset = (-xd->mb_to_top_edge / 128 + 1) * (xd->mode_info_stride + 1) + in vp8_mv_pred()
1502 if (xd->mb_to_top_edge == 0 && xd->mb_to_left_edge == 0) { in vp8_cal_sad()
1504 } else if (xd->mb_to_top_edge == in vp8_cal_sad()
1532 if (xd->mb_to_top_edge == 0) near_sad[4] = INT_MAX; in vp8_cal_sad()
Dethreading.c129 xd->mb_to_top_edge = -((mb_row * 16) << 3); in thread_encoding_proc()
Dencodeframe.c378 xd->mb_to_top_edge = -((mb_row * 16) << 3); in encode_mb_row()
Dbitstream.c472 xd->mb_to_top_edge = -((mb_row * 16) << 3); in pack_inter_mode_mvs()
Dpickinter.c620 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) && in calculate_zeromv_rd_adjustment()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c522 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors()
550 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y; in dec_build_inter_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1523 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in encode_inter_mb_segment()