opus/libcelt
2008-02-27 11:25:25 +11:00
..
_kiss_fft_guts.h fixed-point: initial support for using the fixed-point MDCT (rest is still all 2008-02-25 14:12:10 +11:00
arch.h fixed-point: pre/de-emphasis converted. 2008-02-27 11:08:53 +11:00
bands.c fixed-point: got stereo to work again by fixing renormalise_bands() 2008-02-26 20:32:24 +11:00
bands.h celt_mask_t for masking curves 2008-02-26 16:43:04 +11:00
bitrdec.c More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
bitrdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitree.c Testcase for laplace encoder 2008-02-20 15:00:26 +11:00
bitree.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrenc.c More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
bitrenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
celt.c fixed-point: converted window to 16-bit value 2008-02-27 11:25:25 +11:00
celt.h Mode doc 2008-02-20 17:45:51 +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 cwrs converted to use VARDECL/ALLOC macros 2008-02-20 12:18:41 +11:00
cwrs.h Now no divisions required in the cwrs code 2008-02-14 15:02:04 +11:00
ecintrin.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +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 More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
entenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
fixed_generic.h Oops, forgot a file 2008-02-22 16:30:33 +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
kiss_fft.c real fft no longer needs an internal buffer. 2008-02-25 09:47:25 +11:00
kiss_fft.h real fft no longer needs an internal buffer. 2008-02-25 09:47:25 +11:00
kiss_fftr.c MDCT conversion, part I. 2008-02-25 11:49:38 +11:00
kiss_fftr.h Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +11:00
laplace.c Trying to be nice with 16-bit chips. 2008-02-26 10:28:20 +11:00
laplace.h Some sampling rate cleanup (now in the mode) 2008-02-20 18:01:08 +11:00
Makefile.am removed // comments and added stack_alloc.h (not used everywhere yet) 2008-02-20 11:59:30 +11:00
match-test.sh Allowing to choose the frame size and rate from testcelt 2008-02-19 16:45:37 +11:00
mdct.c 16-bit fixes and warning fixes 2008-02-26 10:38:17 +11:00
mdct.h MDCT is in fixed-point now 2008-02-25 12:07:13 +11:00
mfrngcod.h Trying to be nice with 16-bit chips. 2008-02-26 10:28:20 +11:00
modes.c Making sure freed or corrupted modes can't be used (produce a run-time warning). 2008-02-22 00:39:25 +11:00
modes.h Making sure freed or corrupted modes can't be used (produce a run-time warning). 2008-02-22 00:39:25 +11:00
os_support.h MDCT analysis-synthesis (untested) 2007-11-30 01:10:42 +11:00
pgain_table.h Re-ordered the parameters in the stream: [energy, pitch index, pitch gains] 2008-02-11 16:44:48 +11:00
pitch.c celt_mask_t for masking curves 2008-02-26 16:43:04 +11:00
pitch.h Adding celt_sig_t where needed 2008-02-22 14:45:58 +11:00
psy.c celt_mask_t for masking curves 2008-02-26 16:43:04 +11:00
psy.h celt_mask_t for masking curves 2008-02-26 16:43:04 +11:00
quant_bands.c fixed-point: band energy now a 32-bit value. It might have (barely) fix into 2008-02-26 15:41:51 +11:00
quant_bands.h fixed-point: added a celt_ener_t type for band energy. 2008-02-26 14:46:26 +11:00
quant_pitch.c fixed-point: celt_pgain_t now a 16-bit value (Q15) 2008-02-26 17:02:08 +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 16-bit fixes and warning fixes 2008-02-26 10:38:17 +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 Minus a bunch of warnings when enabling alloca() 2008-02-26 13:51:53 +11:00
testcelt.c Changed _new() to _create() in the API. Added some documentation 2008-02-20 15:53:15 +11:00
vq.c Reduced code duplication in vq.c by adding mix_pitch_and_residual() which 2008-02-27 10:09:48 +11:00
vq.h celt_mask_t for masking curves 2008-02-26 16:43:04 +11:00