opus/celt
2014-01-22 19:22:05 -05:00
..
arm Using SSAT in SIG2WORD16() on ARMv6 2014-01-22 19:22:05 -05:00
dump_modes Unifying scaling of fixed-point and float FFT 2013-12-29 13:34:17 -05:00
tests Moves the bitrev step to the IMDCT pre-rotation 2013-12-20 23:13:29 -05:00
x86 Defining celt_inner_prod() and using it instead of explicit loops. 2013-12-09 15:26:58 -05:00
_kiss_fft_guts.h Applying the forward FFT gain up-front for fixed-point too 2013-12-21 02:33:22 -05:00
arch.h Using SSAT in SIG2WORD16() on ARMv6 2014-01-22 19:22:05 -05:00
bands.c Save more integer divisions on ARM when we know the operands are positive 2014-01-21 10:39:33 -05:00
bands.h Reduces decoder stack usage by only storing one channel of denormalized MDCT 2014-01-06 08:58:38 -05:00
celt.c Unrolled version of the comb filter for ARM (eliminates MOVs) 2014-01-21 16:23:24 -05:00
celt.h Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point 2014-01-06 17:43:20 -05:00
celt_decoder.c Using SSAT in SIG2WORD16() on ARMv6 2014-01-22 19:22:05 -05:00
celt_encoder.c Fixes use of uninitialized values in dynalloc_analysis() 2014-01-20 18:46:33 -05:00
celt_lpc.c Adds Neon assembly for correlation/convolution 2013-11-18 13:41:17 -05:00
celt_lpc.h Adds Neon assembly for correlation/convolution 2013-11-18 13:41:17 -05:00
cpu_support.h Adds Neon assembly for correlation/convolution 2013-11-18 13:41:17 -05:00
cwrs.c Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
cwrs.h Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
ecintrin.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
entcode.c Using a table on ARM for unsigned division by small (<=256) integers. 2014-01-20 16:32:16 -05:00
entcode.h Save more integer divisions on ARM when we know the operands are positive 2014-01-21 10:39:33 -05:00
entdec.c Using a table on ARM for unsigned division by small (<=256) integers. 2014-01-20 16:32:16 -05:00
entdec.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entenc.c Using a table on ARM for unsigned division by small (<=256) integers. 2014-01-20 16:32:16 -05:00
entenc.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
fixed_c5x.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
fixed_c6x.h celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 2013-05-18 23:52:18 -04:00
fixed_debug.h Speed up the comb filter on ARM by using MAC16_32_Q16() 2014-01-21 11:07:57 -05:00
fixed_generic.h Using SSAT in SIG2WORD16() on ARMv6 2014-01-22 19:22:05 -05:00
float_cast.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
kiss_fft.c Silences unused parameter warning 2014-01-04 00:49:46 -05:00
kiss_fft.h Unifying scaling of fixed-point and float FFT 2013-12-29 13:34:17 -05:00
laplace.c Merge commit '390c89225d' 2012-04-24 13:39:22 -04:00
laplace.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
mathops.c Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
mathops.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
mdct.c Unifying scaling of fixed-point and float FFT 2013-12-29 13:34:17 -05:00
mdct.h Replace the remaining instances of restrict with OPUS_RESTRICT. 2012-07-20 18:02:55 -04:00
mfrngcod.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
modes.c Use a table for PVQ encoding/decoding. 2013-05-21 18:16:13 -07:00
modes.h Minor cleanup -- nothing to see here 2013-12-29 18:45:49 -05:00
opus_custom_demo.c Merge commit '390c89225d' 2012-04-24 13:39:22 -04:00
os_support.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
pitch.c Save more integer divisions on ARM when we know the operands are positive 2014-01-21 10:39:33 -05:00
pitch.h Defining celt_inner_prod() and using it instead of explicit loops. 2013-12-09 15:26:58 -05:00
quant_bands.c gcc -pedantic had "comparison of unsigned expression < 0 is always false" 2013-11-11 17:39:02 -05:00
quant_bands.h Surround: Better LFE handling 2013-05-05 02:31:38 -04:00
rate.c Save more integer divisions on ARM when we know the operands are positive 2014-01-21 10:39:33 -05:00
rate.h Replace "inline" with OPUS_INLINE. 2013-10-28 10:18:54 -07:00
stack_alloc.h pseudostack instrumentation (off by default) 2014-01-07 21:32:41 -05:00
static_modes_fixed.h Moving the radix-2 to expose trivial twiddle factors 2014-01-03 23:55:52 -05:00
static_modes_float.h Moving the radix-2 to expose trivial twiddle factors 2014-01-03 23:55:52 -05:00
vq.c Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
vq.h Annotating pointer arguments with OPUS_RESTRICT and const 2013-12-10 22:09:29 -05:00