Searched refs:ab_le (Results 1 – 1 of 1) sorted by relevance
1277 const int ab_le = need_above_left ? 1 : 0; in build_intra_predictors_high() local1284 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1285 av1_filter_intra_edge_high(above_row - ab_le, n_px, strength); in build_intra_predictors_high()1290 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1291 av1_filter_intra_edge_high(left_col - ab_le, n_px, strength); in build_intra_predictors_high()1464 const int ab_le = need_above_left ? 1 : 0; in build_intra_predictors() local1471 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors()1472 av1_filter_intra_edge(above_row - ab_le, n_px, strength); in build_intra_predictors()1477 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors()1478 av1_filter_intra_edge(left_col - ab_le, n_px, strength); in build_intra_predictors()