.. |
_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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
bands.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
bands.h
|
Merged the rate allocation atruct directly into the mode struct.
|
2008-02-19 12:21:32 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +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
|
Fixed a bunch of warnings
|
2008-02-19 13:12:32 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
laplace.h
|
Moved the content of libentcode into libcelt to reduce dependencies,
|
2008-01-28 22:28:54 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
modes.h
|
Merged the rate allocation atruct directly into the mode struct.
|
2008-02-19 12:21:32 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
pitch.h
|
Decays corresponding to the psychoacoustic spreading function are now
|
2008-02-11 11:50:20 +11:00 |
psy.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
psy.h
|
Decays corresponding to the psychoacoustic spreading function are now
|
2008-02-11 11:50:20 +11:00 |
quant_bands.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +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
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +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
|
Don't flush the last buffered symbol if it is zero.
|
2008-02-19 20:54:55 +11:00 |
rate.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
rate.h
|
Merged the rate allocation atruct directly into the mode struct.
|
2008-02-19 12:21:32 +11:00 |
stack_alloc.h
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
testcelt.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
vq.c
|
removed // comments and added stack_alloc.h (not used everywhere yet)
|
2008-02-20 11:59:30 +11:00 |
vq.h
|
doing the folding properly.
|
2008-02-13 16:00:10 +11:00 |