- 31 Aug, 2014 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 04 Aug, 2013 1 commit
-
-
Nedeljko Babic authored
Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2013 1 commit
-
-
Nedeljko Babic authored
Floating point FFT (nips optimized) breaks when hard coded tables are not enabled because MIPS optimization of floating point FFT uses only ff_init_ff_cos_tabs(16) which is not enabled by default in that case. This patch is fixing it. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2013 1 commit
-
-
Nedeljko Babic authored
List of clobbered registers fixed and added where it is lacking. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Nov, 2012 1 commit
-
-
Nedeljko Babic authored
Add dependencies on HAVE_INLINE_ASM for files and parts of code where it is necessary. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Reviewed-by:
Vitor Sessak <vitor1001@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Sep, 2012 1 commit
-
-
Nedeljko Babic authored
FFT in MIPS implementation is working iteratively instead of "recursively" calling functions for smaller FFT sizes. Some of DSP and format convert utils functions are also optimized. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Reviewed-by:
Vitor Sessak <vitor1001@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-