Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dreconintra.c1219 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_directional_and_filter_intra_predictors() local
1225 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_directional_and_filter_intra_predictors() local
1232 const int n_px = txwpx + (need_right ? txhpx : 0); in build_directional_and_filter_intra_predictors() local
1238 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_directional_and_filter_intra_predictors() local
1524 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in highbd_build_directional_and_filter_intra_predictors() local
1530 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in highbd_build_directional_and_filter_intra_predictors() local
1537 const int n_px = txwpx + (need_right ? txhpx : 0); in highbd_build_directional_and_filter_intra_predictors() local
1543 const int n_px = txhpx + (need_bottom ? txwpx : 0); in highbd_build_directional_and_filter_intra_predictors() local