Searched refs:nCand (Results 1 – 1 of 1) sorted by relevance
373 const uint32_t nCand = candidates.size(); in finishBreaksOptimal() local375 for (uint32_t i = nCand - 1; i > 0; i = prevIndex) { in finishBreaksOptimal()421 const uint32_t nCand = candidates.size(); in computeBreaks() local425 breaksData.reserve(nCand); in computeBreaks()430 for (uint32_t i = 1; i < nCand; i++) { in computeBreaks()431 const bool atEnd = i == nCand - 1; in computeBreaks()