Home
last modified time | relevance | path

Searched refs:dsp_compute_peak (Results 1 – 4 of 4) sorted by relevance

/dports/audio/phaserotate-lv2/phaserotate.lv2-0.5.1/cli/
H A Ddsp_peak_calc.h27 dsp_compute_peak (const float* buf, uint32_t n_samples, float current) in dsp_compute_peak() function
43 dsp_compute_peak (const float* src, uint32_t nframes, float current) in dsp_compute_peak() function
144 dsp_compute_peak (const float* src, uint32_t n_samples, float current) in dsp_compute_peak() function
234 dsp_compute_peak (const float* src, uint32_t n_samples, float current) in dsp_compute_peak() function
312 #warning dsp_compute_peak is not accelerated on this architecture
315 dsp_compute_peak (const float* const buf, uint32_t n_samples, float current) in dsp_compute_peak() function
H A Dphase-rotate.cc89 return dsp_compute_peak (buf, n_samples, pk); in calc_peak()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/phaserotate.lv2/cli/
H A Ddsp_peak_calc.h27 dsp_compute_peak (const float* buf, uint32_t n_samples, float current) in dsp_compute_peak() function
43 dsp_compute_peak (const float* src, uint32_t nframes, float current) in dsp_compute_peak() function
144 dsp_compute_peak (const float* src, uint32_t n_samples, float current) in dsp_compute_peak() function
234 dsp_compute_peak (const float* src, uint32_t n_samples, float current) in dsp_compute_peak() function
312 #warning dsp_compute_peak is not accelerated on this architecture
315 dsp_compute_peak (const float* const buf, uint32_t n_samples, float current) in dsp_compute_peak() function
H A Dphase-rotate.cc89 return dsp_compute_peak (buf, n_samples, pk); in calc_peak()