/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.h | 41 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()
|
D | blockd.h | 276 int mb_to_right_edge; member
|
D | reconinter.c | 353 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/ |
D | vp9_blockd.c | 58 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()
|
D | vp9_mvref_common.h | 27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, in clamp_mv2()
|
D | vp9_blockd.h | 217 int mb_to_right_edge; member
|
D | vp9_onyxc_int.h | 277 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8; in set_mi_row_col()
|
D | vp9_mvref_common.c | 120 xd->mb_to_right_edge + MV_BORDER, in clamp_mv_ref()
|
D | vp9_reconinter.c | 135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, in clamp_mv_to_umv_border_sb()
|
D | vp9_reconintra.c | 379 if (xd->mb_to_right_edge < 0) { in build_intra_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 234 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()
|
D | error_concealment.c | 284 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()
|
D | threading.c | 423 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in mt_decode_mb_rows()
|
D | decodeframe.c | 602 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/ |
D | vp9_aq_variance.c | 119 int right_overflow = (xd->mb_to_right_edge < 0) ? in block_variance() 120 ((-xd->mb_to_right_edge) >> 3) : 0; in block_variance()
|
D | vp9_encodeframe.c | 492 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/ |
D | ethreading.c | 138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc()
|
D | encodeframe.c | 442 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in encode_mb_row()
|
D | bitstream.c | 579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in pack_inter_mode_mvs()
|
D | rdopt.c | 1714 if(xd->mb_to_right_edge ==0) near_sad[6] = INT_MAX; in vp8_cal_sad()
|