Searched refs:ampPeakIdxs (Results 1 – 2 of 2) sorted by relevance
554 peakDetection.ampPeakIdxs = PeakFilterMinRange(absData, ampPeakAct, PEAKS_MIN_SAMPLE_COUNT); in GetPeakEnvelope()556 for (i = 0; i < peakDetection.ampPeakIdxs.size(); i++) { in GetPeakEnvelope()557 peakDetection.ampPeakTimes.push_back(peakDetection.ampPeakIdxs[i] * coef); in GetPeakEnvelope()730 if (GetIsolatedEnvelope(data, peakDetection.ampPeakIdxs, in ObtainTransientByAmplitude()737 voiceSegmentFlag_ = GetVoiceFlag(data, peakDetection.ampPeakIdxs, ampLowerDalta); in ObtainTransientByAmplitude()
58 std::vector<int32_t> ampPeakIdxs; member