Home
last modified time | relevance | path

Searched refs:lsx_fir_to_phase (Results 1 – 12 of 12) sorted by relevance

/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Daliases.h20 #define lsx_fir_to_phase _soxr_fir_to_phase macro
H A Dfilter.h37 void lsx_fir_to_phase(double * * h, int * len,
H A Dfilter.c154 void lsx_fir_to_phase(double * * h, int * len, int * post_len, double phase) in lsx_fir_to_phase() function
H A Dcr.c200 lsx_fir_to_phase(&h, &num_taps, &f->post_peak, phase_response); in dft_stage_init()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Daliases.h20 #define lsx_fir_to_phase _soxr_fir_to_phase macro
H A Dfilter.h37 void lsx_fir_to_phase(double * * h, int * len,
H A Dfilter.c154 void lsx_fir_to_phase(double * * h, int * len, int * post_len, double phase) in lsx_fir_to_phase() function
H A Dcr.c200 lsx_fir_to_phase(&h, &num_taps, &f->post_peak, phase_response); in dft_stage_init()
/dports/audio/sox/sox-14.4.2/src/
H A Dsinc.c131 lsx_fir_to_phase(&h[longer], &n, &post_peak, p->phase); in start()
H A Dsox_i.h117 void lsx_fir_to_phase(double * * h, int * len,
H A Deffects_i_dsp.c418 void lsx_fir_to_phase(double * * h, int * len, int * post_len, double phase) in lsx_fir_to_phase() function
H A Drate.c228 lsx_fir_to_phase(&h, &num_taps, &f->post_peak, phase);