Searched refs:ab_le (Results 1 – 1 of 1) sorted by relevance
1269 const int ab_le = need_above_left ? 1 : 0; in build_intra_predictors_high() local1276 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1277 av1_filter_intra_edge_high(above_row - ab_le, n_px, strength); in build_intra_predictors_high()1282 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1283 av1_filter_intra_edge_high(left_col - ab_le, n_px, strength); in build_intra_predictors_high()1452 const int ab_le = need_above_left ? 1 : 0; in build_intra_predictors() local1459 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors()1460 av1_filter_intra_edge(above_row - ab_le, n_px, strength); in build_intra_predictors()1465 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors()1466 av1_filter_intra_edge(left_col - ab_le, n_px, strength); in build_intra_predictors()