Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
3c2fe0fb
Commit
3c2fe0fb
authored
Mar 21, 2008
by
Jean-Marc Valin
Browse files
fixed TI fft code -- again
parent
32d8c10d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcelt/kfft_double.h
View file @
3c2fe0fb
...
...
@@ -43,7 +43,7 @@
#define cpx32_fft(state, X, Y, nx)\
(\
cfft32_SCALE(X,nx),\
cbrev32(X,
X
,nx)\
cbrev32(X,
Y
,nx)\
)
#define cpx32_ifft(state, X, Y, nx) \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment