opus/libcelt
2008-02-08 16:08:40 +11:00
..
_kiss_fft_guts.h Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +11:00
arch.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
bands.c Re-enabled intra-frame prediction, which seems to have exposed a few issues 2008-02-07 21:14:16 +11:00
bands.h Close to getting CBR working 2008-01-17 14:07:55 +11:00
bitrdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitree.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitree.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
bitrenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +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 leaked ritrev table 2008-02-08 16:08:40 +11:00
celt.h "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
celt_header.h clean up... oh and actually committed the header definition 2008-02-01 09:02:05 +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 Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
cwrs.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
ecintrin.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entcode.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entcode.h Moving everything to the same type abstraction (sort of). 2008-01-31 14:26:29 +11:00
entdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entdec.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
entenc.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
header.c oops, type safety issue resolved 2008-02-01 10:45:45 +11:00
kiss_fft.c fixed leaked ritrev table 2008-02-08 16:08:40 +11:00
kiss_fft.h Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +11:00
kiss_fftr.c Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +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 Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
laplace.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
Makefile.am Everything converted to use kiss-fft. Got rid of smallft and fftwrap. 2008-02-08 15:09:45 +11:00
match-test.sh "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
mdct.c Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +11:00
mdct.h Split the radix functions into forward and backward versions, removed the 2008-02-08 14:21:20 +11:00
mfrngcod.h Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
mfrngdec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
mfrngenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
modes.c "make check" now actually tried to encode and decode to see if things work 2008-01-31 17:34:27 +11:00
modes.h Big mode cleanup. Keeping only one mono and one stereo mode 2008-01-18 13:56:08 +11:00
os_support.h MDCT analysis-synthesis (untested) 2007-11-30 01:10:42 +11:00
pgain_table.h Oops, forgot to add the VQ table! 2008-01-08 11:29:37 +11:00
pitch.c Everything converted to use kiss-fft. Got rid of smallft and fftwrap. 2008-02-08 15:09:45 +11:00
pitch.h Everything converted to use kiss-fft. Got rid of smallft and fftwrap. 2008-02-08 15:09:45 +11:00
psy.c Everything converted to use kiss-fft. Got rid of smallft and fftwrap. 2008-02-08 15:09:45 +11:00
psy.h Pseudo-masking curve for the MDCT 2008-01-07 13:36:01 +11:00
quant_bands.c Stereo decoding working again (fixed a few issues in the encoder at the same 2008-01-10 15:34:00 +11:00
quant_bands.h No more cheating, everything fully quantised 2007-12-07 22:46:47 +11:00
quant_pitch.c Now using 8 bands for the pitch gain, with a 128-entry codebook. 2008-01-05 13:32:32 +11:00
quant_pitch.h No more cheating, everything fully quantised 2007-12-07 22:46:47 +11:00
rangedec.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
rangeenc.c Moved the content of libentcode into libcelt to reduce dependencies, 2008-01-28 22:28:54 +11:00
rate.c Re-enabled intra-frame prediction, which seems to have exposed a few issues 2008-02-07 21:14:16 +11:00
rate.h Looks like the bit allocation code is mostly working. Just need to actually 2008-01-17 10:58:38 +11:00
testcelt.c Everything converted to use kiss-fft. Got rid of smallft and fftwrap. 2008-02-08 15:09:45 +11:00
vq.c Further simplified the API by passing the rate directly to the 2008-01-17 22:43:05 +11:00
vq.h Comments/cleanup, no code change 2007-12-31 21:27:54 +11:00