Viswanath Puttagunta
ba8713ccb5
armv7: Optimize fixed point FFT using NE10 library
...
Uses NEON optimized fixed point FFT routines in NE10 library.
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
2015-10-07 18:09:20 -04:00
Timothy B. Terriberry
554b349cdb
There are no tabs in source code.
...
There is also no trailing whitespace.
2014-10-03 21:49:57 -07:00
Jean-Marc Valin
ef0eac497f
Moving the radix-2 to expose trivial twiddle factors
2014-01-03 23:55:52 -05:00
Jean-Marc Valin
e1dc1e2238
Unifying scaling of fixed-point and float FFT
2013-12-29 13:34:17 -05:00
Jean-Marc Valin
e43a0abe0a
Removes the separate 1/8N rotation in the (I)MDCT and unmerges the MDCT sizes
...
Undoes commits f7547a4e
and 72513f3c
2013-12-27 00:10:54 -05:00
Jean-Marc Valin
e2bcb3fe9b
Reverse the ordering of the FFT stage to optimize a degenerate radix-4 case.
...
This also happens to increase the accuracy since it appears that the new
ordering is optimal (at least for 20 ms frames), whereas the previous ordering
was pessimal.
2013-12-22 02:17:24 -05:00
Ralph Giles
da025d5632
Convert tabs to spaces in the opus and celt code.
...
Also reformat some, but by no means all, of the opus
code for line length and three-character indents.
2011-10-26 20:24:49 -07:00
Jean-Marc Valin
c37499090b
renames the libcelt/ directory to celt/
2011-09-13 18:21:18 -07:00