Home
last modified time | relevance | path

Searched refs:n_bottomleft_px (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.c1133 int n_bottomleft_px, int plane) { in build_intra_predictors_high() argument
1174 assert(n_bottomleft_px >= 0); in build_intra_predictors_high()
1199 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors_high()
1201 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors_high()
1319 int n_left_px, int n_bottomleft_px, in build_intra_predictors() argument
1359 assert(n_bottomleft_px >= 0); in build_intra_predictors()
1384 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors()
1386 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors()