opus/celt
2024-02-24 04:05:41 -05:00
..
arm Fixing Neon when vmlaq_lane_f32() is a macro 2024-02-23 16:15:11 -05:00
dump_modes dump_modes: add missing file to build 2024-02-16 17:46:06 -05:00
mips Don't use reserved identifiers for include guards 2023-10-29 21:19:51 -04:00
tests Add missing RESTORE_STACK in tests 2024-02-20 14:18:41 -05:00
x86 _mm_loadu_si23() needs immintrin.h on MSVC 2024-02-24 04:05:41 -05:00
_kiss_fft_guts.h silencing overflows in MDCT and FFT 2016-07-22 15:30:19 -04:00
arch.h Disable message box when calling abort(). The message box is causing hangs in tests. 2020-06-11 13:43:40 -04:00
bands.c Fixes stack overflow for some custom modes 2023-09-26 13:57:04 -04:00
bands.h Add a simple masking model to the spreading decision 2018-02-13 14:11:07 -05:00
celt.c Avoids reading beyond the current buffer in comb_filter() 2016-07-24 21:35:15 -04:00
celt.h More #ifdef around the dnn code 2024-02-14 17:35:29 -05:00
celt_decoder.c Prevent overshoots from CELT PLC with prediction 2023-12-22 20:14:10 -05:00
celt_encoder.c Fix RESYNTH bit rot 2023-12-05 16:58:45 -05:00
celt_lpc.c Add check-asm for fixed-point xcorr_kernel(). 2024-02-09 20:39:58 -05:00
celt_lpc.h Rename LPC_ORDER to CELT_LPC_ORDER to avoid clash 2023-06-19 15:55:39 -04:00
cpu_support.h Adding dotprod instruction to ARM rtcd 2023-11-25 03:15:51 -05:00
cwrs.c Adding ENABLE_HARDENING 2018-03-27 15:13:25 -04:00
cwrs.h Making decode_pulses() compute the L2-norm on the fly 2014-01-21 15:17:01 -05:00
ecintrin.h Fix intrin0.h include guard. 2020-06-11 21:35:07 -07:00
entcode.c Speeding up ec_tell_frac() 2014-01-29 10:18:06 -05:00
entcode.h Adding ENABLE_HARDENING 2018-03-27 15:13:25 -04:00
entdec.c More general Laplace encoder 2023-06-16 13:01:13 -04:00
entdec.h More general Laplace encoder 2023-06-16 13:01:13 -04:00
entenc.c More general Laplace encoder 2023-06-16 13:01:13 -04:00
entenc.h More general Laplace encoder 2023-06-16 13:01:13 -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 Relaxing checks for MULT16_32_QX() 2022-07-22 12:22:12 -04:00
fixed_generic.h celt_lpc: avoid overflows when computing lpcs in fixed point 2021-03-02 21:35:16 -08:00
float_cast.h Fix lrint/lrintf detection 2022-04-02 15:18:07 -04:00
kiss_fft.c silencing overflows in MDCT and FFT 2016-07-22 15:30:19 -04:00
kiss_fft.h Make CELT FFT twiddle complex type aligned 2023-01-17 20:10:28 -08:00
laplace.c Fix encoder infinite loop when decay is too small 2023-06-16 13:01:29 -04:00
laplace.h Add missing include guards and config.h 2023-06-16 13:02:17 -04:00
mathops.c Only call isqrt32() with a positive argument 2018-05-28 00:37:54 -07:00
mathops.h add undefs in mathops.h and remove OPUS_INLINE in vec_neon.h 2023-06-30 22:54:09 -04:00
mdct.c Saturate MDCT output post-TDAC rather than pre- 2016-07-24 21:35:24 -04:00
mdct.h armv7: Enable NE10's fixed-point FFT for the MDCT 2015-10-07 18:09:20 -04:00
meson.build Trying to fix/update meson build 2023-11-28 19:14:27 -05:00
mfrngcod.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
modes.c Fix uninitialized field on custom mode malloc fail 2022-07-07 21:39:42 -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 use opus_(re)alloc and opus_free for dnn and DRED related functions 2023-12-15 15:48:58 -05:00
pitch.c Add check-asm for fixed-point xcorr_kernel(). 2024-02-09 20:39:58 -05:00
pitch.h Fix non-RTCD case when SSE is not assumed present 2023-11-17 18:08:10 -05:00
quant_bands.c Adding ENABLE_HARDENING 2018-03-27 15:13:25 -04:00
quant_bands.h Surround: Better LFE handling 2013-05-05 02:31:38 -04:00
rate.c Fix warnings when compiling with FUZZING enabled 2022-07-06 00:50:54 -04:00
rate.h Fix mismatching arg names in function declaration and definition 2019-03-01 15:15:36 -08:00
stack_alloc.h Silences gcc warning 2024-02-20 14:11:57 -05:00
static_modes_fixed.h armv7: Optimize fixed point FFT using NE10 library 2015-10-07 18:09:20 -04:00
static_modes_fixed_arm_ne10.h Reduce the scope of Ne10 includes 2017-02-15 16:54:06 -05:00
static_modes_float.h armv7(float): Optimize encode usecase using NE10 library 2015-10-07 18:09:20 -04:00
static_modes_float_arm_ne10.h Reduce the scope of Ne10 includes 2017-02-15 16:54:06 -05:00
vq.c Fix build errors using Makefile.mips 2019-04-08 21:39:15 -07:00
vq.h Fix build errors using Makefile.mips 2019-04-08 21:39:15 -07:00