Home
last modified time | relevance | path

Searched refs:mb_to_right_edge (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.h41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_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
55 mv->as_mv.col = (mv->as_mv.col > mb_to_right_edge) ? in vp8_clamp_mv()
56 mb_to_right_edge : mv->as_mv.col; in vp8_clamp_mv()
63 int mb_to_right_edge, int mb_to_top_edge, in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge); in vp8_check_mv_bounds()
Dblockd.h276 int mb_to_right_edge; member
Dreconinter.c353 else if (mv->col > xd->mb_to_right_edge + (18 << 3)) in clamp_mv_to_umv_border()
354 mv->col = xd->mb_to_right_edge + (16 << 3); in clamp_mv_to_umv_border()
367 mv->col = (2*mv->col > xd->mb_to_right_edge + (18 << 3)) ? in clamp_uvmv_to_umv_border()
368 (xd->mb_to_right_edge + (16 << 3)) >> 1 : mv->col; in clamp_uvmv_to_umv_border()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) { in vp9_foreach_transformed_block_in_plane()
66 if (xd->mb_to_right_edge < 0) in vp9_foreach_transformed_block_in_plane()
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in vp9_foreach_transformed_block_in_plane()
107 if (has_eob && xd->mb_to_right_edge < 0) { in vp9_set_contexts()
110 (xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in vp9_set_contexts()
Dvp9_mvref_common.h27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, in clamp_mv2()
Dvp9_blockd.h217 int mb_to_right_edge; member
Dvp9_onyxc_int.h277 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8; in set_mi_row_col()
Dvp9_mvref_common.c120 xd->mb_to_right_edge + MV_BORDER, in clamp_mv_ref()
Dvp9_reconinter.c135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, in clamp_mv_to_umv_border_sb()
Dvp9_reconintra.c379 if (xd->mb_to_right_edge < 0) { in build_intra_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c234 int mb_to_right_edge, int mb_to_top_edge, in decode_split_mv() argument
313 mb_to_right_edge, in decode_split_mv()
456 int mb_to_right_edge; in read_mb_modes_mv() local
464 mb_to_right_edge = pbi->mb.mb_to_right_edge; in read_mb_modes_mv()
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()
485 mb_to_right_edge, in read_mb_modes_mv()
506 mb_to_right_edge, in read_mb_modes_mv()
634 pbi->mb.mb_to_right_edge = mb_to_right_edge_start; in vp8_decode_mode_mvs()
659 pbi->mb.mb_to_right_edge -= (16 << 3); in vp8_decode_mode_mvs()
Derror_concealment.c284 int mb_to_right_edge, in estimate_mb_mvs() argument
303 int this_b_to_right_edge = mb_to_right_edge - ((col*4)<<3); in estimate_mb_mvs()
388 int mb_to_right_edge = ((mb_cols - 1 - mb_col) * 16) << 3; in estimate_missing_mvs() local
399 mb_to_right_edge, in estimate_missing_mvs()
521 int mb_to_right_edge = mb->mb_to_right_edge - ((col*4)<<3); in interpolate_mvs() local
552 mb_to_right_edge, in interpolate_mvs()
Dthreading.c423 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in mt_decode_mb_rows()
Ddecodeframe.c602 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in decode_mb_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c119 int right_overflow = (xd->mb_to_right_edge < 0) ? in block_variance()
120 ((-xd->mb_to_right_edge) >> 3) : 0; in block_variance()
Dvp9_encodeframe.c492 if (xd->mb_to_right_edge < 0) in choose_partitioning()
493 pixels_wide += (xd->mb_to_right_edge >> 3); in choose_partitioning()
896 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx in update_state()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc()
Dencodeframe.c442 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in encode_mb_row()
Dbitstream.c579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in pack_inter_mode_mvs()
Drdopt.c1714 if(xd->mb_to_right_edge ==0) near_sad[6] = INT_MAX; in vp8_cal_sad()