opus/celt
Ralph Giles 9e19fe6ffb Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.
__GNUC_PREREQ is generally defined by glibc; ecintrin.h
was checking to see if it was defined before use for
portability to non-glibc systems. However, we now have
a fallback definition in arch.h.
2011-10-28 11:37:18 -07:00
..
dump_modes renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
tests Fixes a bug in ec_enc_done when no range coded data was coded and adds test cases to test_unit_entropy. 2011-10-28 11:08:52 -04:00
_kiss_fft_guts.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
arch.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
bands.c Add the noreturn attribute on the assert functions to aid static analysis, improve test_repacketizer error handling, and silence 19 clang static analysis errors with additional assertions. 2011-10-03 21:38:21 -04:00
bands.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
celt.c Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
celt.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
celt.vcxproj Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c 2011-10-04 13:31:54 -04:00
celt.vcxproj.filters Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c 2011-10-04 13:31:54 -04:00
celt_lpc.c Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c 2011-10-04 13:31:54 -04:00
celt_lpc.h Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c 2011-10-04 13:31:54 -04:00
cwrs.c renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
cwrs.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
ecintrin.h Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h. 2011-10-28 11:37:18 -07:00
entcode.c renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
entcode.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
entdec.c renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
entdec.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
entenc.c Fixes a bug in ec_enc_done when no range coded data was coded and adds test cases to test_unit_entropy. 2011-10-28 11:08:52 -04:00
entenc.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
fixed_c5x.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
fixed_c6x.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
fixed_debug.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
fixed_generic.h Making the left shift macros use unsigned to avoid undefined behaviour 2011-09-23 13:08:04 -04:00
float_cast.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
kiss_fft.c Only free state once in kiss-fft failed init path 2011-10-19 07:41:27 -04:00
kiss_fft.h Convert tabs to spaces in the opus and celt code. 2011-10-26 20:24:49 -07:00
laplace.c renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
laplace.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
mathops.c Avoiding more left shifts of negative values 2011-09-25 00:11:46 -04:00
mathops.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
mdct.c renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
mdct.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
mfrngcod.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
modes.c Cleans up some leaking opus_custom symbols in celt/ 2011-09-28 16:28:18 -04:00
modes.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
opus_custom_demo.c Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, test_opus_decode test programs. 2011-10-26 19:59:49 -04:00
os_support.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
pitch.c Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype's PLC.c 2011-10-04 13:31:54 -04:00
pitch.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
quant_bands.c Using a noise-based PLC for the CELT layer in hybrid mode 2011-10-11 15:03:38 -04:00
quant_bands.h Using a noise-based PLC for the CELT layer in hybrid mode 2011-10-11 15:03:38 -04:00
rate.c As of commit 44203907 all celt bands N>1 are even, including custom modes. In light of this, remove some pointless tests. 2011-09-30 19:00:51 -04:00
rate.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00
stack_alloc.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07: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 Optimization of the CBR loop 2011-10-24 09:10:58 -04:00
vq.h renames the libcelt/ directory to celt/ 2011-09-13 18:21:18 -07:00