Home
last modified time | relevance | path

Searched refs:mb_to_left_edge (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
Dfindnearmv.h35 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()
Dreconinter.c267 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()
Dblockd.h279 int mb_to_left_edge; member
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c190 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()
Derror_concealment.c241 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()
Dthreading.c372 xd->mb_to_left_edge = -((mb_col * 16) << 3); in mt_decode_mb_rows()
Ddecodeframe.c531 xd->mb_to_left_edge = -((mb_col * 16) << 3); in decode_mb_rows()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h217 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()
Dvp9_reconinter.c104 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()
Dvp9_reconintra.c149 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()
Dvp9_blockd.h171 int mb_to_left_edge; member
Dvp9_onyxc_int.h377 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.h108 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_offsets_for_motion_search()
Dtpl_model.c147 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in mode_estimation()
Dreconinter_enc.c359 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in av1_build_prediction_by_above_preds()
/external/libaom/libaom/av1/common/
Dmvref_common.h53 clamp_mv(mv, xd->mb_to_left_edge - bw * 8 - MV_BORDER, in clamp_mv_ref()
Dreconinter.h241 clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb()
Dblockd.h511 int mb_to_left_edge; member
Donyxc_int.h830 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
Dreconinter.c935 xd->mb_to_left_edge = 8 * MI_SIZE * (-above_mi_col); in av1_setup_build_prediction_by_above_pred()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1392 (-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()
Dethreading.c126 xd->mb_to_left_edge = -((mb_col * 16) << 3); in thread_encoding_proc()
Dencodeframe.c396 xd->mb_to_left_edge = -((mb_col * 16) << 3); in encode_mb_row()
Dbitstream.c459 xd->mb_to_left_edge = -((mb_col * 16) << 3); in pack_inter_mode_mvs()
Dpickinter.c547 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) && in calculate_zeromv_rd_adjustment()

12