Searched refs:mb_to_left_edge (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.h | 39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN)) in vp8_clamp_mv2() 40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN; in vp8_clamp_mv2() 50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, in vp8_clamp_mv() argument 53 mv->as_mv.col = (mv->as_mv.col < mb_to_left_edge) ? in vp8_clamp_mv() 54 mb_to_left_edge : mv->as_mv.col; in vp8_clamp_mv() 62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds() argument 67 need_to_clamp = (mv->as_mv.col < mb_to_left_edge); in vp8_check_mv_bounds()
|
D | blockd.h | 275 int mb_to_left_edge; member
|
D | reconinter.c | 351 if (mv->col < (xd->mb_to_left_edge - (19 << 3))) in clamp_mv_to_umv_border() 352 mv->col = xd->mb_to_left_edge - (16 << 3); in clamp_mv_to_umv_border() 365 mv->col = (2*mv->col < (xd->mb_to_left_edge - (19 << 3))) ? in clamp_uvmv_to_umv_border() 366 (xd->mb_to_left_edge - (16 << 3)) >> 1 : mv->col; in clamp_uvmv_to_umv_border()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 233 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv() argument 312 mb_to_left_edge, in decode_split_mv() 455 int mb_to_left_edge; in read_mb_modes_mv() local 466 mb_to_left_edge = pbi->mb.mb_to_left_edge; in read_mb_modes_mv() 467 mb_to_left_edge -= LEFT_TOP_MARGIN; in read_mb_modes_mv() 484 mvc, mb_to_left_edge, in read_mb_modes_mv() 505 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge, in read_mb_modes_mv() 633 pbi->mb.mb_to_left_edge = 0; in vp8_decode_mode_mvs() 658 pbi->mb.mb_to_left_edge -= (16 << 3); in vp8_decode_mode_mvs()
|
D | error_concealment.c | 283 int mb_to_left_edge, in estimate_mb_mvs() argument 302 int this_b_to_left_edge = mb_to_left_edge + ((col*4)<<3); in estimate_mb_mvs() 387 int mb_to_left_edge = -((mb_col * 16) << 3); in estimate_missing_mvs() local 398 mb_to_left_edge, in estimate_missing_mvs() 520 int mb_to_left_edge = mb->mb_to_left_edge + ((col*4)<<3); in interpolate_mvs() local 551 mb_to_left_edge, in interpolate_mvs()
|
D | threading.c | 422 xd->mb_to_left_edge = -((mb_col * 16) << 3); in mt_decode_mb_rows()
|
D | decodeframe.c | 601 xd->mb_to_left_edge = -((mb_col * 16) << 3); in decode_mb_rows()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN, in clamp_mv2()
|
D | vp9_reconinter.c | 134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb() 299 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in dec_build_inter_predictors() 322 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x; in dec_build_inter_predictors()
|
D | vp9_blockd.h | 216 int mb_to_left_edge; member
|
D | vp9_onyxc_int.h | 276 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
|
D | vp9_mvref_common.c | 119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER, in clamp_mv_ref()
|
D | vp9_reconintra.c | 349 x0 = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)) + x; in build_intra_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1586 …ffset = (-xd->mb_to_top_edge/128 + 1) * (xd->mode_info_stride +1) + (-xd->mb_to_left_edge/128 +1) ; in vp8_mv_pred() 1688 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0) in vp8_cal_sad() 1695 }else if(xd->mb_to_left_edge ==0) in vp8_cal_sad() 1713 if(xd->mb_to_left_edge ==0) near_sad[5] = INT_MAX; in vp8_cal_sad()
|
D | ethreading.c | 137 xd->mb_to_left_edge = -((mb_col * 16) << 3); in thread_encoding_proc()
|
D | pickinter.c | 560 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) in calculate_zeromv_rd_adjustment()
|
D | encodeframe.c | 441 xd->mb_to_left_edge = -((mb_col * 16) << 3); in encode_mb_row()
|
D | bitstream.c | 578 xd->mb_to_left_edge = -((mb_col * 16) << 3); in pack_inter_mode_mvs()
|