Home
last modified time | relevance | path

Searched refs:smoothDF (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rubberband/rubberband-2.0.0/src/
H A DStretchCalculator.h90 std::vector<float> smoothDF(const std::vector<float> &df);
H A DStretchCalculator.cpp163 dfRegion = smoothDF(dfRegion); in calculate()
543 std::vector<float> df = smoothDF(rawDf); in findPeaks()
847 StretchCalculator::smoothDF(const std::vector<float> &df) in smoothDF() function in RubberBand::StretchCalculator
/dports/audio/rubberband/rubberband-2.0.0/vamp/
H A DRubberBandVampPlugin.cpp472 std::vector<float> smoothedDf = sc.smoothDF(phaseResetDf); in getRemainingFeaturesOffline()