.. |
_kiss_fft_guts.h
|
Better use of the arithmetic operators
|
2008-09-16 13:29:37 -04:00 |
arch.h
|
Allocating 100k for the pseudo stack so we're sure to be (more than) safe
|
2009-07-13 17:50:59 -04:00 |
bands.c
|
Doing the mdct shaping in the normalised domain, so that energy is preserved
|
2009-10-04 22:43:27 -04:00 |
bands.h
|
Demoved the divisions from the inner pitch prediction loops, bumped the version
|
2009-10-01 19:42:18 -04:00 |
c64_fft.c
|
Making it possible to use the C64x FFT
|
2009-08-11 22:12:50 -04:00 |
c64_fft.h
|
Making it possible to use the C64x FFT
|
2009-08-11 22:12:50 -04:00 |
celt.c
|
Doing the mdct shaping in the normalised domain, so that energy is preserved
|
2009-10-04 22:43:27 -04:00 |
celt.h
|
Merge commit 'greg/master'
|
2009-06-05 17:21:17 -04:00 |
celt_header.h
|
Fixes for celt_header_to_packet / celtdec for bigendian systems.
|
2009-06-29 14:03:17 -04:00 |
celt_types.h
|
manual stack allocator should now work for sizeof(char)!=1
|
2008-03-09 17:18:39 +11:00 |
cwrs.c
|
Minor optimisation -- using do-while() instead of for() in isqrt32()
|
2009-05-26 23:15:05 -04:00 |
cwrs.h
|
CWRS clean-ups and optimizations.
|
2009-05-26 19:07:41 -04:00 |
dump_modes.c
|
More simplifications from denorm pitch
|
2009-09-28 19:17:34 -04:00 |
ecintrin.h
|
Include missing copyright information in various files, for signoff.
|
2009-02-03 23:08:31 -05:00 |
entcode.c
|
Include missing copyright information in various files, for signoff.
|
2009-02-03 23:08:31 -05:00 |
entcode.h
|
This fixes a VBR bug introduced by raw bits. We should not write any raw
|
2009-08-01 23:05:47 +02:00 |
entdec.c
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
entdec.h
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
entenc.c
|
This fixes a VBR bug introduced by raw bits. We should not write any raw
|
2009-08-01 23:05:47 +02:00 |
entenc.h
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
fixed_c5x.h
|
Defining IMUL32 for 32x32=>32 int multiplications and using it in the range
|
2008-04-10 13:24:48 +10:00 |
fixed_c6x.h
|
Fixes typo in C6x macro.
|
2009-08-09 09:23:05 -04:00 |
fixed_debug.h
|
fixed-point: fixing two overflows that didn't really affect quality
|
2009-07-01 09:59:21 -04:00 |
fixed_generic.h
|
Further simplifications to the forward mdct
|
2008-04-22 09:49:22 +10:00 |
float_cast.h
|
Preparing for 0.5.0
|
2008-10-09 07:29:39 -04:00 |
header.c
|
Fixes for celt_header_to_packet / celtdec for bigendian systems.
|
2009-06-29 14:03:17 -04:00 |
kfft_double.h
|
Making it possible to use the C64x FFT
|
2009-08-11 22:12:50 -04:00 |
kfft_single.c
|
Include missing copyright information in various files, for signoff.
|
2009-02-03 23:08:31 -05:00 |
kfft_single.h
|
Making it possible to use the C64x FFT
|
2009-08-11 22:12:50 -04:00 |
kiss_fft.c
|
Supporting large prime factors in the FFT
|
2008-09-27 22:14:18 -04:00 |
kiss_fft.h
|
License for the kiss-fft headers
|
2009-02-03 23:27:49 -05:00 |
kiss_fftr.c
|
Making the real/single FFT easier to replace
|
2008-03-20 22:23:54 +11:00 |
kiss_fftr.h
|
License for the kiss-fft headers
|
2009-02-03 23:27:49 -05:00 |
laplace.c
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
laplace.h
|
Preventing encoder-decoder mismatch when energy values are too large to be
|
2008-05-27 22:17:13 +10:00 |
Makefile.am
|
Pitch now quantised at the band level, got rid of all the VQ code.
|
2009-01-13 23:04:12 -05:00 |
match-test.sh
|
Simplified the folding normalisation by creating renormalise_vector().
|
2008-07-20 23:14:31 -04:00 |
mathops.h
|
removed useless comments
|
2009-07-04 22:46:38 -04:00 |
mdct.c
|
Disabling some checks for the C55
|
2009-08-12 20:29:57 -04:00 |
mdct.h
|
Reverted to the old MDCT behaviour of only doing down-scaling in the FFT.
|
2008-04-22 17:08:59 +10:00 |
mfrngcod.h
|
ietf doc: fixing up references, removed misleading comments in rangedec.c
|
2009-07-03 10:44:16 -04:00 |
mfrngdec.c
|
Raw bits enabled for the multiply-free range coder too.
|
2009-07-23 07:33:25 -04:00 |
mfrngenc.c
|
Raw bits enabled for the multiply-free range coder too.
|
2009-07-23 07:33:25 -04:00 |
modes.c
|
making compute_ebands() a tiny bit less stupid.
|
2009-10-03 23:27:52 -04:00 |
modes.h
|
Demoved the divisions from the inner pitch prediction loops, bumped the version
|
2009-10-01 19:42:18 -04:00 |
os_support.h
|
Use EXPORT macro in a way compatible with win32
|
2008-06-07 13:13:59 +10:00 |
pitch.c
|
Tonality estimation code
|
2008-10-15 07:29:58 -04:00 |
pitch.h
|
Tonality estimation code
|
2008-10-15 07:29:58 -04:00 |
psy.c
|
removed useless comments
|
2009-07-04 22:46:38 -04:00 |
psy.h
|
Latest psychoacoustics work -- still highly experimental
|
2008-10-26 22:00:26 -04:00 |
quant_bands.c
|
Fixing a few bugs introduced in the energy interleaving changes and due to
|
2009-06-17 22:39:46 -04:00 |
quant_bands.h
|
removing redundant calls to log2()
|
2009-06-13 23:02:54 -04:00 |
rangedec.c
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
rangeenc.c
|
Raw bits encoding/decoding functions renamed to *_raw() and re-introducing
|
2009-07-25 20:16:01 -04:00 |
rate.c
|
stereo allocator tuning
|
2009-10-04 01:17:42 -04:00 |
rate.h
|
Changing some code to use BITRES directly instead of its value.
|
2009-07-25 20:42:24 -04:00 |
stack_alloc.h
|
removed useless comments
|
2009-07-04 22:46:38 -04:00 |
testcelt.c
|
IETF doc update, including better source code formatting
|
2009-06-05 17:17:25 -04:00 |
vq.c
|
Further simplifications to mix_pitch_and_residual() (which no longer does
|
2009-10-06 20:08:49 -04:00 |
vq.h
|
Fix for folding_decision() in stereo mode and more cleaning up of the code
|
2009-09-30 20:50:41 -04:00 |