opus/libcelt
2008-03-07 17:17:37 +11:00
..
_kiss_fft_guts.h fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
arch.h fixed-point: masking curve computation now converted. ***Fixed a bug in the 2008-03-05 13:40:20 +11:00
bands.c fixed-point: compute_band_energies() converted. Had to add some tiny bias to 2008-03-07 16:42:31 +11:00
bands.h Revert "compute_band_energies() merged with normalised_bands()" 2008-03-07 14:53:17 +11:00
celt.c Revert "compute_band_energies() merged with normalised_bands()" 2008-03-07 14:53:17 +11:00
celt.h Removed deprecated mode interface and added missing include 2008-03-04 20:38:00 +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 Fixed the default int32 type which was wrong on amd64 (and added testcase). 2008-01-31 23:43:10 +11:00
cwrs.c Initial support for a managed stack/scratchpad. Still needs some work. 2008-02-29 15:14:12 +11:00
cwrs.h Now no divisions required in the cwrs code 2008-02-14 15:02:04 +11:00
ecintrin.h making sure __GNUC_PREREQ() is only used when __GNUC__ is defined 2008-03-03 17:23: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 Just in case sizeof(char)!=1 2008-02-28 00:14:02 +11:00
entenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
fixed_debug.h fixed-point: overflow debugging now works again. 2008-02-29 16:07:40 +11:00
fixed_generic.h fixed-point: Added a ROUND() operator, no real change to the code 2008-02-28 11:33:22 +11:00
header.c Updated the header and celtenc/celtdec tools to the new way modes are handled. 2008-02-21 23:59:17 +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 fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
kiss_fft.c Defining RADIX_TWO_ONLY removes all butterflies, except for radix 2 and 4. 2008-03-05 17:34:45 +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 fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
kiss_fftr.h added suffix to real fft. The celtclient can now be built with an unmodified 2008-03-03 22:28:23 +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 fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +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: copied the exp2 implementation from Speex, using it for dB2Amp() 2008-02-28 23:37:26 +11:00
mdct.c Making 16-bit compilers happy 2008-03-05 08:15:55 +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 Fixed a bunch of warnings 2008-03-05 08:11:57 +11:00
modes.h Moved mdct state and window to the mode so it can be shared between multiple 2008-02-29 21:08:49 +11:00
os_support.h Add option to #include "custom_support.h" 2008-03-06 00:12:27 +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 fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
pitch.h fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
psy.c doing spreading function and gain quantisation in-place 2008-03-05 23:22:00 +11:00
psy.h fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT. 2008-03-05 17:20:30 +11:00
quant_bands.c Another C90-fying pass. Fixed some warnings in the process. 2008-03-01 07:27:03 +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 doing spreading function and gain quantisation in-place 2008-03-05 23:22:00 +11:00
quant_pitch.h pitch gain is now celt_pgain_t 2008-02-26 16:19:03 +11:00
rangedec.c More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
rangeenc.c Another 16-bit fix. 2008-02-26 23:59:54 +11:00
rate.c Initial support for a managed stack/scratchpad. Still needs some work. 2008-02-29 15:14:12 +11:00
rate.h Updated Doxygen comments, removed an incorrectly placed LGPL header (we own 2008-02-20 17:17:13 +11:00
stack_alloc.h Bit of memory reduction in the pitch search. More needed. 2008-02-29 17:07:53 +11:00
testcelt.c oops, unb0rked testcelt output 2008-03-05 22:40:58 +11:00
vq.c fixed-point: converting intra-frame predictor (checkpoint #1). 2008-03-07 17:17:37 +11:00
vq.h A bunch of const qualifyers and a few comments 2008-03-03 16:52:54 +11:00