Merge branch 'exp_mips_opt'

Multimedia / Opus - Jean-Marc Valin [jmvalin.ca] - 20 June 2014 17:14 UTC

b9df889 Merge branch 'exp_mips_opt'

Makefile.mips | 156 ++++++++
celt/_kiss_fft_guts.h | 3 +
celt/celt.c | 6 +
celt/fixed_generic.h | 4 +
celt/kiss_fft.c | 2 +
celt/mdct.c | 9 +
celt/mips/celt_mipsr1.h | 149 +++++++
celt/mips/fixed_generic_mipsr1.h | 126 ++++++
celt/mips/kiss_fft_mipsr1.h | 167 ++++++++
celt/mips/mdct_mipsr1.h | 283 ++++++++++++++
celt/mips/pitch_mipsr1.h | 154 ++++++++
celt/mips/vq_mipsr1.h | 123 ++++++
celt/pitch.h | 4 +
celt/vq.c | 8 +
silk/NSQ_del_dec.c | 5 +
silk/SigProc_FIX.h | 5 +
silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h | 336 ++++++++++++++++
silk/fixed/mips/prefilter_FIX_mipsr1.h | 181 +++++++++
.../fixed/mips/warped_autocorrelation_FIX_mipsr1.h | 165 ++++++++
silk/fixed/noise_shape_analysis_FIX.c | 6 +
silk/fixed/prefilter_FIX.c | 9 +
silk/fixed/warped_autocorrelation_FIX.c | 7 +
silk/macros.h | 9 +-
silk/mips/NSQ_del_dec_mipsr1.h | 405 ++++++++++++++++++++
silk/mips/macros_mipsr1.h | 92 +++++
silk/mips/sigproc_fix_mipsr1.h | 65 ++++
26 files changed, 2478 insertions(+), 1 deletion(-)

Upstream: git.xiph.org


  • Share