opus/celt
2013-07-12 01:22:09 -04:00
..
arm Add run-time CPU detection and support for ARM architecture 2013-06-04 16:23:22 -07:00
dump_modes Make dump_modes compile again. 2013-05-23 15:55:43 -07:00
tests Moves log2Amp inside denormalise_bands() and get rid of bandE[] 2013-06-16 20:24:52 -04:00
x86 Avoid name clash with y0 Bessel function 2013-06-27 04:15:44 -04:00
_kiss_fft_guts.h Move ARM asm into its own directories. 2013-05-21 12:53:33 -07:00
arch.h Fixes a denorm problem when the input goes silent after active audio 2013-07-12 01:22:09 -04:00
bands.c Makes dual_inner_prod() more generic to increase its use 2013-06-17 16:37:41 -04:00
bands.h Moves log2Amp inside denormalise_bands() and get rid of bandE[] 2013-06-16 20:24:52 -04:00
celt.c SSE optimization of comb_filter() 2013-06-17 03:58:16 -04:00
celt.h Merge branch 'surround' 2013-05-17 14:31:36 -04:00
celt_decoder.c Fixes a denorm problem when the input goes silent after active audio 2013-07-12 01:22:09 -04:00
celt_encoder.c Surround masking tuning 2013-07-07 02:51:07 -04:00
celt_lpc.c Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1) 2013-06-17 00:44:12 -04:00
celt_lpc.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
cpu_support.h Add run-time CPU detection and support for ARM architecture 2013-06-04 16:23:22 -07:00
cwrs.c Fixes MSVC warning 2013-06-27 13:03:33 -04:00
cwrs.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
ecintrin.h Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break. 2012-11-27 13:07:45 -05:00
entcode.c Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break. 2012-11-27 13:07:45 -05:00
entcode.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entdec.c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entdec.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entenc.c s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
entenc.h s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
fixed_c5x.h celt_maxabs16() now returns an opus_val32 to avoid problems with -32768 2013-05-18 23:52:18 -04: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 Replace long long in celt/ with opus_int64. 2012-08-21 10:45:58 -04:00
fixed_generic.h Minor ARMv5E cleanups. 2013-05-22 08:52:00 -07:00
float_cast.h Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API. 2012-07-26 14:26:43 -04:00
kiss_fft.c Minor FFT cleanups. 2013-05-22 15:46:00 -07:00
kiss_fft.h Misc changes to address Robert Sparks' comments 2012-04-20 10:26:08 -04: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 Fixes an overflow in the fixed-point celt_sqrt() for large values. 2012-11-29 16:51:50 -05:00
mathops.h Converts denormalise_bands() to use 16-bit multiplications 2013-06-16 21:56:41 -04:00
mdct.c Do imdct post-rotate and deshuffle in-place. 2012-12-03 16:13:51 -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 s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code" 2012-04-20 16:41:42 -04:00
opus_custom_demo.c Merge commit '390c89225d' 2012-04-24 13:39:22 -04:00
os_support.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
pitch.c Makes dual_inner_prod() more generic to increase its use 2013-06-17 16:37:41 -04:00
pitch.h Makes dual_inner_prod() more generic to increase its use 2013-06-17 16:37:41 -04:00
quant_bands.c Moves log2Amp inside denormalise_bands() and get rid of bandE[] 2013-06-16 20:24:52 -04:00
quant_bands.h Surround: Better LFE handling 2013-05-05 02:31:38 -04:00
rate.c skip bands with no energy 2012-12-21 11:52:03 -05:00
rate.h skip bands with no energy 2012-12-21 11:52:03 -05:00
stack_alloc.h Adds explicit valgrind checks when ENABLE_VALGRIND is defined 2012-12-05 00:50:53 -05:00
static_modes_fixed.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
static_modes_float.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
vq.c Replace C99 restrict keyword with OPUS_RESTRICT. 2012-07-18 12:12:35 -04:00
vq.h Documentation fixes 2013-03-07 18:17:52 -05:00