/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.h | 37 } else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2() 38 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2() 49 int mb_to_right_edge, int mb_to_top_edge, in vp8_clamp_mv() argument 54 (mv->as_mv.col > mb_to_right_edge) ? mb_to_right_edge : mv->as_mv.col; in vp8_clamp_mv() 61 int mb_to_right_edge, in vp8_check_mv_bounds() argument 66 need_to_clamp |= (mv->as_mv.col > mb_to_right_edge); in vp8_check_mv_bounds()
|
D | reconinter.c | 269 } else if (mv->col > xd->mb_to_right_edge + (18 << 3)) { in clamp_mv_to_umv_border() 270 mv->col = xd->mb_to_right_edge + (16 << 3); in clamp_mv_to_umv_border() 285 mv->col = (2 * mv->col > xd->mb_to_right_edge + (18 << 3)) in clamp_uvmv_to_umv_border() 286 ? (xd->mb_to_right_edge + (16 << 3)) >> 1 in clamp_uvmv_to_umv_border()
|
D | blockd.h | 268 int mb_to_right_edge; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 56 num_4x4_w + (xd->mb_to_right_edge >= 0 in vp9_foreach_transformed_block_in_plane() 58 : xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in vp9_foreach_transformed_block_in_plane() 95 if (has_eob && xd->mb_to_right_edge < 0) { in vp9_set_contexts() 98 (xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in vp9_set_contexts()
|
D | vp9_mvref_common.h | 218 xd->mb_to_right_edge + MV_BORDER, xd->mb_to_top_edge - MV_BORDER, in clamp_mv_ref() 289 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN, in clamp_mv2()
|
D | vp9_reconintra.c | 179 if (xd->mb_to_right_edge < 0) { in build_intra_predictors_high() 207 if (xd->mb_to_right_edge < 0) { in build_intra_predictors_high() 326 if (xd->mb_to_right_edge < 0) { in build_intra_predictors() 354 if (xd->mb_to_right_edge < 0) { in build_intra_predictors()
|
D | vp9_blockd.h | 169 int mb_to_right_edge; member
|
D | vp9_onyxc_int.h | 400 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8; in set_mi_row_col()
|
D | vp9_reconinter.c | 105 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, in clamp_mv_to_umv_border_sb()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 191 int mb_to_right_edge, int mb_to_top_edge, in decode_split_mv() argument 259 vp8_check_mv_bounds(&blockmv, mb_to_left_edge, mb_to_right_edge, in decode_split_mv() 385 int mb_to_right_edge; in read_mb_modes_mv() local 393 mb_to_right_edge = pbi->mb.mb_to_right_edge; in read_mb_modes_mv() 394 mb_to_right_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv() 410 mvc, mb_to_left_edge, mb_to_right_edge, in read_mb_modes_mv() 427 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge, mb_to_right_edge, in read_mb_modes_mv() 534 pbi->mb.mb_to_right_edge = mb_to_right_edge_start; in vp8_decode_mode_mvs() 557 pbi->mb.mb_to_right_edge -= (16 << 3); in vp8_decode_mode_mvs()
|
D | error_concealment.c | 241 int mb_to_left_edge, int mb_to_right_edge, in estimate_mb_mvs() argument 256 int this_b_to_right_edge = mb_to_right_edge - ((col * 4) << 3); in estimate_mb_mvs() 323 int mb_to_right_edge = ((mb_cols - 1 - 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() 428 int mb_to_right_edge = mb->mb_to_right_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()
|
D | threading.c | 374 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in mt_decode_mb_rows()
|
D | decodeframe.c | 532 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in decode_mb_rows()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_variance.c | 146 (xd->mb_to_right_edge < 0) ? ((-xd->mb_to_right_edge) >> 3) : 0; in block_variance()
|
D | vp9_pickmode.c | 640 num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : xd->mb_to_right_edge >> 5); in block_yrd()
|
D | vp9_encodeframe.c | 1115 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in choose_partitioning() 1518 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx && in update_state()
|
D | vp9_rdopt.c | 473 int b4x4s_to_right_edge = num_4x4_to_edge(plane_4x4_w, xd->mb_to_right_edge, in pixel_sse() 512 int b4x4s_to_right_edge = num_4x4_to_edge(plane_4x4_w, xd->mb_to_right_edge, in sum_squares_visible()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 801 num_4x4_w + (xd->mb_to_right_edge >= 0 in decode_block() 803 : xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in decode_block() 809 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in decode_block() 834 num_4x4_w + (xd->mb_to_right_edge >= 0 in decode_block() 836 : xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in decode_block() 843 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in decode_block()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 128 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc()
|
D | encodeframe.c | 400 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in encode_mb_row()
|
D | bitstream.c | 471 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in pack_inter_mode_mvs()
|
D | rdopt.c | 1534 if (xd->mb_to_right_edge == 0) near_sad[6] = INT_MAX; in vp8_cal_sad()
|