diff options
author | Bojan Zivkovic <bojan@mips.com> | 2012-11-06 14:06:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-19 22:24:44 +0100 |
commit | a74ae4691a45c49cfc071ba7280fdcac30feb933 (patch) | |
tree | 4203e3120a11f92a62727ce5f178c5480d7f2504 /doc/mips.txt | |
parent | c02ae4827191d6da702c7baceccfa63929721a0b (diff) | |
download | ffmpeg-a74ae4691a45c49cfc071ba7280fdcac30feb933.tar.gz |
mips: Optimization of AC3 FP encoder and EAC3 FP decoder
Signed-off-by: Bojan Zivkovic <bojan@mips.com>
Reveiwed-by: Vitor Sessak <vitor1001@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/mips.txt')
-rw-r--r-- | doc/mips.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mips.txt b/doc/mips.txt index 6fa6fb4baf..aabdef06cc 100644 --- a/doc/mips.txt +++ b/doc/mips.txt @@ -45,8 +45,10 @@ Example of copyright notice: Files that have MIPS copyright notice in them: =============================================== * libavutil/mips/ + float_dsp_mips.c libm_mips.h * libavcodec/mips/ + ac3dsp_mips.c acelp_filters_mips.c acelp_vectors_mips.c amrwbdec_mips.c |