Searched refs:countAssemble (Results 1 – 1 of 1) sorted by relevance
608 std::vector<int32_t> countAssemble; in SplitLongShortEnvelope() local610 countAssemble.push_back(lastPos[i] - firstPos[i]); in SplitLongShortEnvelope()612 int32_t longestSampleCount = *max_element(countAssemble.begin(), countAssemble.end()); in SplitLongShortEnvelope()619 size_t countAssembleLen = countAssemble.size(); in SplitLongShortEnvelope()626 if (countAssemble[j] < hopLength_) { in SplitLongShortEnvelope()694 std::vector<int32_t> countAssemble; in GetIsolatedEnvelope() local696 countAssemble.push_back(mountainPosition.lastPos[i] - mountainPosition.firstPos[i]); in GetIsolatedEnvelope()700 …isolatedEnvelopeInfo.longestSampleCount = *max_element(countAssemble.begin(), countAssemble.end()); in GetIsolatedEnvelope()704 for (size_t i = 0; i < countAssemble.size(); i++) { in GetIsolatedEnvelope()706 if (countAssemble[i] < hopLength_) { in GetIsolatedEnvelope()