Searched refs:n_bottomleft_px (Results 1 – 1 of 1) sorted by relevance
1133 int n_bottomleft_px, int plane) { in build_intra_predictors_high() argument1174 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() argument1359 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()