Searched refs:VP9_INTERP_EXTEND (Results 1 – 6 of 6) sorted by relevance
20 #define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3)22 VP9_INTERP_EXTEND) << 3)
122 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()124 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()356 x0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()357 x1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()362 y0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()363 y1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()
23 #define VP9_INTERP_EXTEND 4 macro
234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()236 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()249 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
235 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()238 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()