/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.h | 35 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN)) { in vp8_clamp_mv2() 36 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN; in vp8_clamp_mv2() 48 static INLINE void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, in vp8_clamp_mv() argument 52 (mv->as_mv.col < mb_to_left_edge) ? mb_to_left_edge : mv->as_mv.col; in vp8_clamp_mv() 60 static INLINE unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds() argument 65 need_to_clamp = (mv->as_mv.col < mb_to_left_edge); in vp8_check_mv_bounds()
|
D | reconinter.c | 267 if (mv->col < (xd->mb_to_left_edge - (19 << 3))) { in clamp_mv_to_umv_border() 268 mv->col = xd->mb_to_left_edge - (16 << 3); in clamp_mv_to_umv_border() 282 mv->col = (2 * mv->col < (xd->mb_to_left_edge - (19 << 3))) in clamp_uvmv_to_umv_border() 283 ? (xd->mb_to_left_edge - (16 << 3)) >> 1 in clamp_uvmv_to_umv_border()
|
D | blockd.h | 279 int mb_to_left_edge; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 190 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv() argument 259 vp8_check_mv_bounds(&blockmv, mb_to_left_edge, mb_to_right_edge, in decode_split_mv() 383 int mb_to_left_edge; in read_mb_modes_mv() local 394 mb_to_left_edge = pbi->mb.mb_to_left_edge; in read_mb_modes_mv() 395 mb_to_left_edge -= LEFT_TOP_MARGIN; in read_mb_modes_mv() 409 mvc, mb_to_left_edge, mb_to_right_edge, in read_mb_modes_mv() 426 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge, mb_to_right_edge, in read_mb_modes_mv() 532 pbi->mb.mb_to_left_edge = 0; in vp8_decode_mode_mvs() 555 pbi->mb.mb_to_left_edge -= (16 << 3); in vp8_decode_mode_mvs()
|
D | error_concealment.c | 241 int mb_to_left_edge, int mb_to_right_edge, in estimate_mb_mvs() argument 255 int this_b_to_left_edge = mb_to_left_edge + ((col * 4) << 3); in estimate_mb_mvs() 322 int mb_to_left_edge = -((mb_col * 16) << 3); in estimate_missing_mvs() local 331 estimate_mb_mvs(block_overlaps, mi, mb_to_left_edge, mb_to_right_edge, in estimate_missing_mvs() 427 int mb_to_left_edge = mb->mb_to_left_edge + ((col * 4) << 3); in interpolate_mvs() local 454 vp8_check_mv_bounds(mv, mb_to_left_edge, mb_to_right_edge, in interpolate_mvs()
|
D | threading.c | 372 xd->mb_to_left_edge = -((mb_col * 16) << 3); in mt_decode_mb_rows()
|
D | decodeframe.c | 531 xd->mb_to_left_edge = -((mb_col * 16) << 3); in decode_mb_rows()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 217 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER, in clamp_mv_ref() 288 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN, in clamp_mv2()
|
D | vp9_reconinter.c | 104 clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb() 159 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in build_inter_predictors()
|
D | vp9_reconintra.c | 149 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x; in build_intra_predictors_high() 296 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x; in build_intra_predictors()
|
D | vp9_blockd.h | 171 int mb_to_left_edge; member
|
D | vp9_onyxc_int.h | 377 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
|
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.h | 108 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_offsets_for_motion_search()
|
D | tpl_model.c | 147 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in mode_estimation()
|
D | reconinter_enc.c | 359 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in av1_build_prediction_by_above_preds()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 53 clamp_mv(mv, xd->mb_to_left_edge - bw * 8 - MV_BORDER, in clamp_mv_ref()
|
D | reconinter.h | 241 clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb()
|
D | blockd.h | 511 int mb_to_left_edge; member
|
D | onyxc_int.h | 830 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
|
D | reconinter.c | 935 xd->mb_to_left_edge = 8 * MI_SIZE * (-above_mi_col); in av1_setup_build_prediction_by_above_pred()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1392 (-xd->mb_to_left_edge / 128 + 1); in vp8_mv_pred() 1497 if (xd->mb_to_top_edge == 0 && xd->mb_to_left_edge == 0) { in vp8_cal_sad() 1504 } else if (xd->mb_to_left_edge == in vp8_cal_sad() 1528 if (xd->mb_to_left_edge == 0) near_sad[5] = INT_MAX; in vp8_cal_sad()
|
D | ethreading.c | 126 xd->mb_to_left_edge = -((mb_col * 16) << 3); in thread_encoding_proc()
|
D | encodeframe.c | 396 xd->mb_to_left_edge = -((mb_col * 16) << 3); in encode_mb_row()
|
D | bitstream.c | 459 xd->mb_to_left_edge = -((mb_col * 16) << 3); in pack_inter_mode_mvs()
|
D | pickinter.c | 547 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) && in calculate_zeromv_rd_adjustment()
|