Searched refs:VP9_INTERP_EXTEND (Results 1 – 7 of 7) sorted by relevance
20 #define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3)22 VP9_INTERP_EXTEND) << 3)
113 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()115 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
25 #define VP9_INTERP_EXTEND 4 macro
328 cpi->td.mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()330 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()339 cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()341 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
205 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()206 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()207 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()208 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
647 x0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()648 x1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()653 y0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()654 y1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()