Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dfindnearmv.h37 } 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()
Dreconinter.c269 } 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()
Dblockd.h268 int mb_to_right_edge; member
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c56 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()
Dvp9_mvref_common.h218 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()
Dvp9_reconintra.c179 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()
Dvp9_blockd.h169 int mb_to_right_edge; member
Dvp9_onyxc_int.h400 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8; in set_mi_row_col()
Dvp9_reconinter.c105 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, in clamp_mv_to_umv_border_sb()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c191 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()
Derror_concealment.c241 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()
Dthreading.c374 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in mt_decode_mb_rows()
Ddecodeframe.c532 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in decode_mb_rows()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_variance.c146 (xd->mb_to_right_edge < 0) ? ((-xd->mb_to_right_edge) >> 3) : 0; in block_variance()
Dvp9_pickmode.c640 num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : xd->mb_to_right_edge >> 5); in block_yrd()
Dvp9_encodeframe.c1115 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()
Dvp9_rdopt.c473 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/
Dvp9_decodeframe.c801 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/
Dethreading.c128 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc()
Dencodeframe.c400 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in encode_mb_row()
Dbitstream.c471 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in pack_inter_mode_mvs()
Drdopt.c1534 if (xd->mb_to_right_edge == 0) near_sad[6] = INT_MAX; in vp8_cal_sad()