Searched refs:n_px (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 1284 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high() local 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() local 1291 av1_filter_intra_edge_high(left_col - ab_le, n_px, strength); in build_intra_predictors_high() 1297 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high() local 1298 av1_upsample_intra_edge_high(above_row, n_px, xd->bd); in build_intra_predictors_high() 1303 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high() local 1304 av1_upsample_intra_edge_high(left_col, n_px, xd->bd); in build_intra_predictors_high() 1471 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors() local 1472 av1_filter_intra_edge(above_row - ab_le, n_px, strength); in build_intra_predictors() [all …]
|