opus/libcelt
2008-02-18 23:40:43 +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 Simplified exp_spreading by unifying both directions. Have to admit I don't 2008-02-13 17:41:37 +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 Two-pass algorithm for filling the remaining bits. Still not perfect, but close 2008-02-18 22:03:18 +11:00
celt.h Some error reporting in the mode generation code. More cleanup 2008-02-18 17:04:15 +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 cwrs.c links to derf's article on pulse vector encoding. 2008-02-18 23:40:43 +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 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 ensures that the celt header is written as little endian, and also checks 2008-02-13 16:31:36 +11:00
kiss_fft.c Re-ordered the parameters in the stream: [energy, pitch index, pitch gains] 2008-02-11 16:44:48 +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 Don't try to install the testcases 2008-02-13 14:23:25 +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
modes.c minor change to critical bands definitions (nothing to see here) 2008-02-18 21:45:19 +11:00
modes.h pbands code seems to work, cleaned up useless junk in mode definitions 2008-02-18 13:37:40 +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 Decays corresponding to the psychoacoustic spreading function are now 2008-02-11 11:50:20 +11:00
pitch.h Decays corresponding to the psychoacoustic spreading function are now 2008-02-11 11:50:20 +11:00
psy.c Re-ordered the parameters in the stream: [energy, pitch index, pitch gains] 2008-02-11 16:44:48 +11:00
psy.h Decays corresponding to the psychoacoustic spreading function are now 2008-02-11 11:50:20 +11:00
quant_bands.c Experimental ld51 mode (needs more work) 2008-02-15 14:20:29 +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 No longer encoding the pitch index if the gain is zero anyway. 2008-02-11 16:55:34 +11:00
quant_pitch.h No longer encoding the pitch index if the gain is zero anyway. 2008-02-11 16:55:34 +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 Two-pass algorithm for filling the remaining bits. Still not perfect, but close 2008-02-18 22:03:18 +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 Some error reporting in the mode generation code. More cleanup 2008-02-18 17:04:15 +11:00
vq.c Option use of SSE intrinsics (still trying to convince gcc not to move the 2008-02-15 00:34:01 +11:00
vq.h doing the folding properly. 2008-02-13 16:00:10 +11:00