aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/pv.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/fftease/src/pv.h')
-rw-r--r--externals/grill/fftease/src/pv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/fftease/src/pv.h b/externals/grill/fftease/src/pv.h
index 23fbd841..1a555ec7 100644
--- a/externals/grill/fftease/src/pv.h
+++ b/externals/grill/fftease/src/pv.h
@@ -41,15 +41,15 @@ typedef struct {
} Bound;
void init_rdft(int n, int *ip, float *w);
-void rdft(int n, int isgn, float *a, int *ip, float *w);
+void pv_rdft(int n, int isgn, float *a, int *ip, float *w);
void fold( float *I, float *W, int Nw, float *O, int N, int n );
void overlapadd(float *I, int N, float *W, float *O, int Nw, int n );
void makehanning( float *H, float *A, float *S, int Nw, int N, int I, int osc, int odd );
void makewindows( float *H, float *A, float *S, int Nw, int N, int I, int osc );
void leanconvert( float *S, float *C, int N2 , int amp, int ph );
void leanunconvert( float *C, float *S, int N2 );
-void rfft( float *x, int N, int forward );
-void cfft( float *x, int NC, int forward );
+void pv_rfft( float *x, int N, int forward );
+void pv_cfft( float *x, int NC, int forward );
void convert_new(float *S, float *C, int N2, float *lastphase, float fundamental, float factor );
void convert(float *S, float *C, int N2, float *lastphase, float fundamental, float factor );
void unconvert(float *C, float *S, int N2, float *lastphase, float fundamental, float factor );