summaryrefslogtreecommitdiff
path: root/doc/mips.txt
Commit message (Collapse)AuthorAge
* Edit documentation and versioning for the fixed point AAC decoderJovan Zelincevic2015-07-22
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-04
| | | | | | | | 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>
* mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic2013-03-23
| | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mips: Optimization of IIR filter functionBojan Zivkovic2013-03-20
| | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic2013-03-20
| | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic2012-11-19
| | | | | | Signed-off-by: Bojan Zivkovic <bojan@mips.com> Reveiwed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Optimization of AC3 floating point decoder for MIPSNedeljko Babic2012-09-05
| | | | | | | | | | 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>
* mips: change list of files with MIPS copyright notice in mips.txtNedeljko Babic2012-08-17
| | | | | | | | Add files created for MP3 optimization that have MIPS copyright notice in them to list of files in mips.txt. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add documentation regarding MIPS optimizationsNedeljko Babic2012-07-03
Add doc/mips.txt document with short explanation regarding targeted platform for MIPS optimizations and regarding MIPS copyright notice. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>