Home
last modified time | relevance | path

Searched defs:n_px (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.c1284 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high() local
1290 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high() local
1297 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high() local
1303 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high() local
1471 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors() local
1477 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors() local
1484 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors() local
1490 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors() local