opus/libcelt
2008-03-21 10:53:09 +11:00
..
_kiss_fft_guts.h Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
arch.h s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
bands.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
bands.h Revert "compute_band_energies() merged with normalised_bands()" 2008-03-07 14:53:17 +11:00
celt.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
celt.h sampling rate has to be int32 2008-03-08 07:39:47 +11:00
celt_header.h Updated the header and celtenc/celtdec tools to the new way modes are handled. 2008-02-21 23:59:17 +11:00
celt_types.h manual stack allocator should now work for sizeof(char)!=1 2008-03-09 17:18:39 +11:00
cwrs.c Changed definition of VARDECL to make it more flexible. No actual code change. 2008-03-12 17:17:23 +11:00
cwrs.h Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
dump_modes.c const correctness. celt_mode_create() now makes a copy of the static mode 2008-03-11 10:43:06 +11:00
ecintrin.h __GNUC_PREREQ should be causing problems anymore. 2008-03-12 10:42:24 +11:00
entcode.c Trying to be nice with 16-bit chips. 2008-02-26 10:28:20 +11:00
entcode.h Trying to be nice with 16-bit chips. 2008-02-26 10:28:20 +11:00
entdec.c More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
entdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entenc.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
entenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
fixed_c5x.h fixed-point: MULT16_32_Q15 for TI DSP (not entirely happy with it) 2008-03-21 10:53:09 +11:00
fixed_debug.h s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
fixed_generic.h s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
header.c Added info for properly exporting symbols 2008-03-12 17:46:04 +11:00
kfft_single.c fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
kfft_single.h Wrapper for the TI dsplib FFT 2008-03-20 23:17:18 +11:00
kiss_fft.c Bit of cleaning up. No real code change (well, I hope so!). 2008-03-07 17:38:58 +11:00
kiss_fft.h fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
kiss_fftr.c Making the real/single FFT easier to replace 2008-03-20 22:23:54 +11:00
kiss_fftr.h Making the real/single FFT easier to replace 2008-03-20 22:23:54 +11:00
laplace.c Laplace encoder now works with 16-bit frequencies 2008-03-03 10:04:48 +11:00
laplace.h Some sampling rate cleanup (now in the mode) 2008-02-20 18:01:08 +11:00
Makefile.am Added macro definitions for the TI C5x family (untested) 2008-03-12 10:16:26 +11:00
match-test.sh Allowing to choose the frame size and rate from testcelt 2008-02-19 16:45:37 +11:00
mathops.h fixed-point: using TI intrinsic for celt_ilog2() if available. 2008-03-21 10:40:43 +11:00
mdct.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
mdct.h Moved mdct state and window to the mode so it can be shared between multiple 2008-02-29 21:08:49 +11:00
mfrngcod.h Trying to be nice with 16-bit chips. 2008-02-26 10:28:20 +11:00
modes.c Added info for properly exporting symbols 2008-03-12 17:46:04 +11:00
modes.h Changed some of the mode data from int to celt_int16_t to save memory. 2008-03-10 16:37:37 +11:00
os_support.h Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
pgain_table.h oops, pgain_table now has half the number of elements 2008-03-05 13:12:16 +11:00
pitch.c s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
pitch.h Moved the psycoacoustics data to the mode struct 2008-03-10 13:34:52 +11:00
psy.c const correctness. celt_mode_create() now makes a copy of the static mode 2008-03-11 10:43:06 +11:00
psy.h const correctness. celt_mode_create() now makes a copy of the static mode 2008-03-11 10:43:06 +11:00
quant_bands.c s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
quant_bands.h fixed-point: log-energy for previous frame now a 16-bit value. This currently 2008-02-27 11:59:05 +11:00
quant_pitch.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
quant_pitch.h pitch gain is now celt_pgain_t 2008-02-26 16:19:03 +11:00
rangedec.c Removed unnecessary header inclusions 2008-03-14 11:09:50 +11:00
rangeenc.c Removed unnecessary header inclusions 2008-03-14 11:09:50 +11:00
rate.c Enabling warnings and restricting symbol visibility 2008-03-13 17:39:55 +11:00
rate.h Allocation cache can now be pre-computed as well. 2008-03-10 15:42:35 +11:00
stack_alloc.h Changed definition of VARDECL to make it more flexible. No actual code change. 2008-03-12 17:17:23 +11:00
testcelt.c Making sure not to use the C library calls directly 2008-03-16 07:55:29 +11:00
vq.c s/ROUND/ROUND16/ 2008-03-21 10:46:17 +11:00
vq.h A bunch of const qualifyers and a few comments 2008-03-03 16:52:54 +11:00