opus/libcelt
2008-02-26 07:38:27 +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: Using a NORM_SCALING of 16384, sig_norm_t is still a float though. 2008-02-25 17:41:30 +11:00
bands.c fixed-point: Using a NORM_SCALING of 16384, sig_norm_t is still a float though. 2008-02-25 17:41:30 +11:00
bands.h Separating types for normalised vs. denormalised data paths 2008-02-22 14:24:50 +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: celt_sig_t now a 32-bit value. 2008-02-25 14:55:09 +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 More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
entcode.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +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 Testcase for laplace encoder 2008-02-20 15:00:26 +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 Corrected the last digit of pi after massive public outcry :-) 2008-02-26 07:38:27 +11:00
mdct.h MDCT is in fixed-point now 2008-02-25 12:07:13 +11:00
mfrngcod.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +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 fixed-point: celt_sig_t now a 32-bit value. 2008-02-25 14:55:09 +11:00
pitch.h Adding celt_sig_t where needed 2008-02-22 14:45:58 +11:00
psy.c fixed-point: initial support for using the fixed-point MDCT (rest is still all 2008-02-25 14:12:10 +11:00
psy.h fixed-point: initial support for using the fixed-point MDCT (rest is still all 2008-02-25 14:12:10 +11:00
quant_bands.c Everything should now compile with a C89 compiler. 2008-02-20 14:08:50 +11:00
quant_bands.h Introducing a (very) crude budget for the energy encoder. 2008-02-13 11:37:41 +11:00
quant_pitch.c Another bunch of C99 array conversions (few more to go) 2008-02-20 13:43:40 +11:00
quant_pitch.h Updated Doxygen comments, removed an incorrectly placed LGPL header (we own 2008-02-20 17:17:13 +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 More C89 fixes, making sure to include config.h from all source files. 2008-02-20 12:09:29 +11:00
rate.c Testcase for laplace encoder 2008-02-20 15:00:26 +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 Everything should now compile with a C89 compiler. 2008-02-20 14:08:50 +11:00
testcelt.c Changed _new() to _create() in the API. Added some documentation 2008-02-20 15:53:15 +11:00
vq.c fixed-point: Using a NORM_SCALING of 16384, sig_norm_t is still a float though. 2008-02-25 17:41:30 +11:00
vq.h Separating types for normalised vs. denormalised data paths 2008-02-22 14:24:50 +11:00