Jean-Marc Valin 6fccb4b615 Adds some smoothing to the energy quantization 8 years ago
..
arm 1a94b2b879 Fix RTCD on ARM with Neon Intrinsics but not ASM. 8 years ago
dump_modes db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 years ago
mips c232f65b9f Adds "arch" argument to MIPS MDCT 9 years ago
tests 6fa8563244 Fixes memory leak in some CELT unit tests 9 years ago
x86 096f5d3769 Remove tabs from source code. 8 years ago
_kiss_fft_guts.h f133bac6f9 MIPS optimizations 10 years ago
arch.h 05d3e794d7 Add Aarch64 intrinsic for SIG2WORD16. 8 years ago
bands.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
bands.h c95c9a048f Cisco optimization for x86 & fixed point 10 years ago
celt.c 2ca6df03df Minor TF cleanup (tf_sum was useless), plus comments 8 years ago
celt.h 3648134672 New DTX that works in all modes (SILK/CELT/HYBRID) 8 years ago
celt_decoder.c 787eee29b8 Turn on CELT's PLC only if there are >=2 packets received consecutively. 8 years ago
celt_encoder.c 6fccb4b615 Adds some smoothing to the energy quantization 8 years ago
celt_lpc.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
celt_lpc.h 43120f0075 Reorganize x86 SSE intrinsics code. 9 years ago
cpu_support.h 5fa1952e99 Fix x86 build if we presume SSE4.1 (and earlier), but not AVX. 9 years ago
cwrs.c 58dbcf23f3 Update URLs 8 years ago
cwrs.h 6218cba258 Making decode_pulses() compute the L2-norm on the fly 11 years ago
ecintrin.h 7830cf1bd2 Replace "inline" with OPUS_INLINE. 11 years ago
entcode.c 5123175017 Speeding up ec_tell_frac() 11 years ago
entcode.h d9fb8a6651 Optimizing divisions with a signed numerator 11 years ago
entdec.c ec5d01cbe4 Using a table on ARM for unsigned division by small (<=256) integers. 11 years ago
entdec.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 years ago
entenc.c c95c9a048f Cisco optimization for x86 & fixed point 10 years ago
entenc.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 years ago
fixed_c5x.h 7830cf1bd2 Replace "inline" with OPUS_INLINE. 11 years ago
fixed_c6x.h b7bd4c20ac celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 11 years ago
fixed_debug.h f396c08f77 Adds SIG2WORD16() to fixed_debug.h 10 years ago
fixed_generic.h d6a44c5511 Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros. 8 years ago
float_cast.h 8921f82fb9 float_cast: Fix MSVC ARM build 10 years ago
kiss_fft.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
kiss_fft.h ba8713ccb5 armv7: Optimize fixed point FFT using NE10 library 9 years ago
laplace.c ab5a049705 Merge commit '390c89225d' 12 years ago
laplace.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 years ago
mathops.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
mathops.h 7830cf1bd2 Replace "inline" with OPUS_INLINE. 11 years ago
mdct.c 19c5406cde armv7(float): Optimize decode usecase using NE10 library 9 years ago
mdct.h bae854501f armv7: Enable NE10's fixed-point FFT for the MDCT 9 years ago
mfrngcod.h cb05e7cd96 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 12 years ago
modes.c f48abe8308 armv7(float): Optimize encode usecase using NE10 library 9 years ago
modes.h e1f846208e Minor cleanup -- nothing to see here 11 years ago
opus_custom_demo.c ab5a049705 Merge commit '390c89225d' 12 years ago
os_support.h dacfd28e9a os_support: fix misleading comments 10 years ago
pitch.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
pitch.h e6ac9fa993 Move ARM-specific macro overrides to arm-specific file. 8 years ago
quant_bands.c 6fccb4b615 Adds some smoothing to the energy quantization 8 years ago
quant_bands.h b08c4ca3f5 Surround: Better LFE handling 11 years ago
rate.c be9e747bcc Fixes overflows on CPUs with 16-bit ints 8 years ago
rate.h 68a0e046a2 Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES 9 years ago
stack_alloc.h e775090427 pseudostack instrumentation (off by default) 11 years ago
static_modes_fixed.h ba8713ccb5 armv7: Optimize fixed point FFT using NE10 library 9 years ago
static_modes_fixed_arm_ne10.h db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 years ago
static_modes_float.h f48abe8308 armv7(float): Optimize encode usecase using NE10 library 9 years ago
static_modes_float_arm_ne10.h db7a0d6626 Fix dump_modes output for fixed-point NE10. 9 years ago
vq.c b66080a879 Fixes minor code quality issues in CELT 8 years ago
vq.h c9c2035355 Fixes compile problems for MIPS 9 years ago