Searched refs:n_bottomleft_px (Results 1 – 1 of 1) sorted by relevance
1141 int n_bottomleft_px, int plane) { in build_intra_predictors_high() argument1182 assert(n_bottomleft_px >= 0); in build_intra_predictors_high()1207 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors_high()1209 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors_high()1328 int n_left_px, int n_bottomleft_px, in build_intra_predictors() argument1368 assert(n_bottomleft_px >= 0); in build_intra_predictors()1396 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors()1398 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors()