Searched refs:mb_to_bottom_edge (Results 1 – 22 of 22) sorted by relevance
47 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()48 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()53 int mb_to_bottom_edge) in vp8_clamp_mv() argument61 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) ? in vp8_clamp_mv()62 mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()67 int mb_to_bottom_edge) in vp8_check_mv_bounds() argument73 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
315 else if (mv->row > xd->mb_to_bottom_edge + (18 << 3)) in clamp_mv_to_umv_border()316 mv->row = xd->mb_to_bottom_edge + (16 << 3); in clamp_mv_to_umv_border()329 mv->row = (2*mv->row > xd->mb_to_bottom_edge + (18 << 3)) ? in clamp_uvmv_to_umv_border()330 (xd->mb_to_bottom_edge + (16 << 3)) >> 1 : mv->row; in clamp_uvmv_to_umv_border()
282 int mb_to_bottom_edge; member
60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane()61 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()111 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()114 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
132 xd->mb_to_bottom_edge + MV_BORDER); in clamp_mv_ref()207 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN); in clamp_mv2()
158 if (xd->mb_to_bottom_edge < 0) { in build_intra_predictors_high()282 if (xd->mb_to_bottom_edge < 0) { in build_intra_predictors()
175 int mb_to_bottom_edge; member
402 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8; in set_mi_row_col()
128 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom); in clamp_mv_to_umv_border_sb()
235 int mb_to_bottom_edge) in decode_split_mv() argument315 mb_to_bottom_edge); in decode_split_mv()454 int mb_to_bottom_edge; in read_mb_modes_mv() local461 mb_to_bottom_edge = pbi->mb.mb_to_bottom_edge; in read_mb_modes_mv()463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN; in read_mb_modes_mv()487 mb_to_bottom_edge); in read_mb_modes_mv()508 mb_to_bottom_edge); in read_mb_modes_mv()629 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3; in vp8_decode_mode_mvs()666 pbi->mb.mb_to_bottom_edge -= (16 << 3); in vp8_decode_mode_mvs()
285 int mb_to_bottom_edge) in estimate_mb_mvs() argument297 int this_b_to_bottom_edge = mb_to_bottom_edge - ((row*4)<<3); in estimate_mb_mvs()383 int mb_to_bottom_edge = ((mb_rows - 1 - mb_row) * 16) << 3; in estimate_missing_mvs() local400 mb_to_bottom_edge); in estimate_missing_mvs()516 int mb_to_bottom_edge = mb->mb_to_bottom_edge - ((row*4)<<3); in interpolate_mvs() local553 mb_to_bottom_edge); in interpolate_mvs()
369 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3; in mt_decode_mb_rows()
577 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3; in decode_mb_rows()
147 int bottom_overflow = (xd->mb_to_bottom_edge < 0) ? in block_variance()148 ((-xd->mb_to_bottom_edge) >> 3) : 0; in block_variance()
592 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in block_yrd()593 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in block_yrd()
693 if (xd->mb_to_bottom_edge < 0) in choose_partitioning()694 pixels_high += (xd->mb_to_bottom_edge >> 3); in choose_partitioning()1037 && (xd->mb_to_bottom_edge >> (3 + MI_SIZE_LOG2)) + mi_height > y) { in update_state()
236 if (has_eob && xd->mb_to_bottom_edge < 0) { in dec_set_contexts()239 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in dec_set_contexts()
856 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? in decode_block()857 0 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in decode_block()884 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? in decode_block()885 0 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in decode_block()
138 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3; in thread_encoding_proc()
419 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3; in encode_mb_row()
582 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3; in pack_inter_mode_mvs()
1716 if(xd->mb_to_bottom_edge==0) near_sad[7] = INT_MAX; in vp8_cal_sad()