Home
last modified time | relevance | path

Searched refs:InterpolatePlateau (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/clouds/dsp/
H A Dgrain.h56 inline float InterpolatePlateau(const float* table, float index, float size) { in InterpolatePlateau() function
97 envelope_slope_ = InterpolatePlateau(slope_response, window_shape, 3); in Start()
101 envelope_bias_ = InterpolatePlateau(bias_response, window_shape, 3); in Start()
H A Dresonestor.h63 inline float InterpolatePlateau(const float* table, float index, float size) { in InterpolatePlateau() function
158 float pitch = InterpolatePlateau(chords[p-1], chord_[voice_], 16); in Process()