Searched refs:n_px (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 1276 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high() local 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() local 1283 av1_filter_intra_edge_high(left_col - ab_le, n_px, strength); in build_intra_predictors_high() 1289 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high() local 1290 av1_upsample_intra_edge_high(above_row, n_px, xd->bd); in build_intra_predictors_high() 1295 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high() local 1296 av1_upsample_intra_edge_high(left_col, n_px, xd->bd); in build_intra_predictors_high() 1459 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors() local 1460 av1_filter_intra_edge(above_row - ab_le, n_px, strength); in build_intra_predictors() [all …]
|