Searched refs:nCand (Results 1 – 1 of 1) sorted by relevance
299 const uint32_t nCand = candidates.size(); in finishBreaksOptimal() local301 for (uint32_t i = nCand - 1; i > 0; i = prevIndex) { in finishBreaksOptimal()327 const uint32_t nCand = candidates.size(); in computeBreaks() local331 breaksData.reserve(nCand); in computeBreaks()335 for (uint32_t i = 1; i < nCand; i++) { in computeBreaks()336 const bool atEnd = i == nCand - 1; in computeBreaks()