Home
last modified time | relevance | path

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/
Dfindnearmv.h39 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()
Dblockd.h275 int mb_to_left_edge; member
Dreconinter.c351 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/
Ddecodemv.c233 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()
Derror_concealment.c283 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()
Dthreading.c422 xd->mb_to_left_edge = -((mb_col * 16) << 3); in mt_decode_mb_rows()
Ddecodeframe.c601 xd->mb_to_left_edge = -((mb_col * 16) << 3); in decode_mb_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.h26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN, in clamp_mv2()
Dvp9_reconinter.c134 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()
Dvp9_blockd.h216 int mb_to_left_edge; member
Dvp9_onyxc_int.h276 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8); in set_mi_row_col()
Dvp9_mvref_common.c119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER, in clamp_mv_ref()
Dvp9_reconintra.c349 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/
Drdopt.c1586 …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()
Dethreading.c137 xd->mb_to_left_edge = -((mb_col * 16) << 3); in thread_encoding_proc()
Dpickinter.c560 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) in calculate_zeromv_rd_adjustment()
Dencodeframe.c441 xd->mb_to_left_edge = -((mb_col * 16) << 3); in encode_mb_row()
Dbitstream.c578 xd->mb_to_left_edge = -((mb_col * 16) << 3); in pack_inter_mode_mvs()