Searched refs:AOM_INTERP_EXTEND (Results 1 – 13 of 13) sorted by relevance
97 -(((mi_row + mi_height) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_for_motion_search()98 x->mv_limits.col_min = -(((mi_col + mi_width) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_for_motion_search()99 x->mv_limits.row_max = (cm->mi_rows - mi_row) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_for_motion_search()100 x->mv_limits.col_max = (cm->mi_cols - mi_col) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_for_motion_search()
190 x->mv_limits.col_min = -((mi_col * MI_SIZE) + (17 - 2 * AOM_INTERP_EXTEND)); in mode_estimation()192 ((cm->mi_cols - 1 - mi_col) * MI_SIZE) + (17 - 2 * AOM_INTERP_EXTEND); in mode_estimation()443 x->mv_limits.row_min = -((mi_row * MI_SIZE) + (17 - 2 * AOM_INTERP_EXTEND)); in mc_flow_dispenser()445 (cm->mi_rows - 1 - mi_row) * MI_SIZE + (17 - 2 * AOM_INTERP_EXTEND); in mc_flow_dispenser()
33 #define BORDER_MV_PIXELS_B16 (16 + AOM_INTERP_EXTEND)
834 -((mb_row * BH) + (17 - 2 * AOM_INTERP_EXTEND)); in temporal_filter_iterate_c()836 ((mb_rows - 1 - mb_row) * BH) + (17 - 2 * AOM_INTERP_EXTEND); in temporal_filter_iterate_c()846 -((mb_col * BW) + (17 - 2 * AOM_INTERP_EXTEND)); in temporal_filter_iterate_c()848 ((mb_cols - 1 - mb_col) * BW) + (17 - 2 * AOM_INTERP_EXTEND); in temporal_filter_iterate_c()
52 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in calc_subpel_params()54 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS; in calc_subpel_params()
233 -(((mi_row + mi_height) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_without_segment_id()234 x->mv_limits.col_min = -(((mi_col + mi_width) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_without_segment_id()235 x->mv_limits.row_max = (cm->mi_rows - mi_row) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_without_segment_id()236 x->mv_limits.col_max = (cm->mi_cols - mi_col) * MI_SIZE + AOM_INTERP_EXTEND; in set_offsets_without_segment_id()
7518 #define LEFT_TOP_MARGIN ((AOM_BORDER_IN_PIXELS - AOM_INTERP_EXTEND) << 3)7519 #define RIGHT_BOTTOM_MARGIN ((AOM_BORDER_IN_PIXELS - AOM_INTERP_EXTEND) << 3)
30 ((AOM_BORDER_IN_PIXELS >> subsampling) - AOM_INTERP_EXTEND)232 const int spel_left = (AOM_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()234 const int spel_top = (AOM_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
26 #define AOM_INTERP_EXTEND 4 macro
331 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_upsampled_pred_c()333 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_upsampled_pred_c()923 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_c()925 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_c()
534 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_upsampled_pred_sse2()536 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_upsampled_pred_sse2()
665 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_sse2()667 const int right = (pre_buf->width + AOM_INTERP_EXTEND) in aom_highbd_upsampled_pred_sse2()
73 (((MAX_SB_SIZE)*2 + (AOM_INTERP_EXTEND)*2) * \74 ((MAX_SB_SIZE)*2 + (AOM_INTERP_EXTEND)*2))498 block->x0 -= AOM_INTERP_EXTEND - 1; in update_extend_mc_border_params()499 block->x1 += AOM_INTERP_EXTEND; in update_extend_mc_border_params()504 block->y0 -= AOM_INTERP_EXTEND - 1; in update_extend_mc_border_params()505 block->y1 += AOM_INTERP_EXTEND; in update_extend_mc_border_params()546 *pre = mc_buf + y_pad * (AOM_INTERP_EXTEND - 1) * b_w + in extend_mc_border()547 x_pad * (AOM_INTERP_EXTEND - 1); in extend_mc_border()573 const int bottom = (pre_buf->height + AOM_INTERP_EXTEND) in dec_calc_subpel_params()575 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS; in dec_calc_subpel_params()