xiph
/
opus.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split the radix functions into forward and backward versions, removed the
[opus.git]
/
libcelt
/
mdct.h
diff --git
a/libcelt/mdct.h
b/libcelt/mdct.h
index
09762d4
..
ef7d999
100644
(file)
--- a/
libcelt/mdct.h
+++ b/
libcelt/mdct.h
@@
-47,7
+47,6
@@
typedef struct {
int n;
kiss_fft_cfg kfft;
typedef struct {
int n;
kiss_fft_cfg kfft;
- kiss_fft_cfg ikfft;
float *trig;
float scale;
} mdct_lookup;
float *trig;
float scale;
} mdct_lookup;