.. |
_kiss_fft_guts.h
|
Making sure not to use the C library calls directly
|
2008-03-16 07:55:29 +11:00 |
arch.h
|
added fixed_c6x.h
|
2008-04-15 21:31:42 +10:00 |
bands.c
|
fix minor compilation error/warning
|
2008-04-12 06:55:39 +10:00 |
bands.h
|
optimisations: faster handling of the zero for compute_band_energies() and
|
2008-03-26 14:36:07 +11:00 |
celt.c
|
Saturation in SIG2INT16 using MIN/MAX
|
2008-04-18 15:57:18 +10:00 |
celt.h
|
sampling rate has to be int32
|
2008-03-08 07:39:47 +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
|
manual stack allocator should now work for sizeof(char)!=1
|
2008-03-09 17:18:39 +11:00 |
cwrs.c
|
optimisation: one less conditional branch in pulse2comb()
|
2008-04-18 16:58:19 +10:00 |
cwrs.h
|
optimisation: Removed a bunch of conditional branches from comb2pulse()
|
2008-04-18 16:46:39 +10:00 |
dump_modes.c
|
fixed three declaration-after-statement issues
|
2008-04-11 17:24:31 +10:00 |
ecintrin.h
|
Trying to clean up celt_ilog2() vs. EC_ILOG a bit.
|
2008-03-27 08:40:45 +11:00 |
entcode.c
|
Making a few functions static inline
|
2008-03-27 09:00:37 +11:00 |
entcode.h
|
Making a few functions static inline
|
2008-03-27 09:00:37 +11:00 |
entdec.c
|
Made a second version of ec_{en|de}code optimised for encoding bits (no div
|
2008-03-22 22:58:45 +11:00 |
entdec.h
|
Made a second version of ec_{en|de}code optimised for encoding bits (no div
|
2008-03-22 22:58:45 +11:00 |
entenc.c
|
Made a second version of ec_{en|de}code optimised for encoding bits (no div
|
2008-03-22 22:58:45 +11:00 |
entenc.h
|
Made a second version of ec_{en|de}code optimised for encoding bits (no div
|
2008-03-22 22:58:45 +11: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
|
added fixed_c6x.h
|
2008-04-15 21:31:42 +10:00 |
fixed_debug.h
|
optimisations: caching sign of x in alg_quant(), changed celt_div()/celt_rcp()
|
2008-03-25 16:07:05 +11:00 |
fixed_generic.h
|
s/ROUND/ROUND16/
|
2008-03-21 10:46:17 +11:00 |
header.c
|
Added info for properly exporting symbols
|
2008-03-12 17:46:04 +11:00 |
kfft_double.h
|
fixed TI fft code -- again
|
2008-03-21 22:54:41 +11:00 |
kfft_single.c
|
fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT.
|
2008-03-05 17:20:30 +11:00 |
kfft_single.h
|
fixed an issue (lacking parentheses) in the no-op version of BITREV
|
2008-04-17 07:41:39 +10:00 |
kiss_fft.c
|
fixed a few warnings, no real change
|
2008-04-11 07:23:53 +10:00 |
kiss_fft.h
|
fixed-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT.
|
2008-03-05 17:20:30 +11:00 |
kiss_fftr.c
|
Making the real/single FFT easier to replace
|
2008-03-20 22:23:54 +11:00 |
kiss_fftr.h
|
Making the real/single FFT easier to replace
|
2008-03-20 22:23:54 +11:00 |
laplace.c
|
Laplace encoder now works with 16-bit frequencies
|
2008-03-03 10:04:48 +11:00 |
laplace.h
|
Some sampling rate cleanup (now in the mode)
|
2008-02-20 18:01:08 +11:00 |
Makefile.am
|
added fixed_c6x.h
|
2008-04-15 21:31:42 +10:00 |
match-test.sh
|
Allowing to choose the frame size and rate from testcelt
|
2008-02-19 16:45:37 +11:00 |
mathops.h
|
optimisation: Making it clear to the compiler that many of the loops in cwrs
|
2008-04-16 14:15:07 +10:00 |
mdct.c
|
Made twiddle pointer in mdct more explicit
|
2008-04-17 07:29:53 +10:00 |
mdct.h
|
Added a few "restrict" keywords and changed some divisions to shifts
|
2008-03-22 09:01:50 +11:00 |
mfrngcod.h
|
Trying to be nice with 16-bit chips.
|
2008-02-26 10:28:20 +11:00 |
modes.c
|
pseudo-stack no longer checks on every function entry whether it has been
|
2008-04-18 17:29:56 +10:00 |
modes.h
|
Reworked the static modes. Now, if all static modes have the same frame size,
|
2008-04-11 04:07:52 +10:00 |
os_support.h
|
pseudo-stack no longer checks on every function entry whether it has been
|
2008-04-18 17:29:56 +10:00 |
pgain_table.h
|
oops, pgain_table now has half the number of elements
|
2008-03-05 13:12:16 +11:00 |
pitch.c
|
optimisation: Removed a bunch of conditional branches from comb2pulse()
|
2008-04-18 16:46:39 +10:00 |
pitch.h
|
Moved the psycoacoustics data to the mode struct
|
2008-03-10 13:34:52 +11:00 |
psy.c
|
A bunch of pointers marked as "restrict" to ease the job of the compiler
|
2008-03-25 22:38:58 +11:00 |
psy.h
|
more use of restrict
|
2008-03-22 17:53:12 +11:00 |
quant_bands.c
|
Just commenting -- nothing to see.
|
2008-03-27 18:05:01 +11:00 |
quant_bands.h
|
fixed-point: log-energy for previous frame now a 16-bit value. This currently
|
2008-02-27 11:59:05 +11:00 |
quant_pitch.c
|
optimisation: removed the shifts from the vq_index() inner loop
|
2008-04-18 19:34:58 +10:00 |
quant_pitch.h
|
pitch gain is now celt_pgain_t
|
2008-02-26 16:19:03 +11:00 |
rangedec.c
|
Defining IMUL32 for 32x32=>32 int multiplications and using it in the range
|
2008-04-10 13:24:48 +10:00 |
rangeenc.c
|
Defining IMUL32 for 32x32=>32 int multiplications and using it in the range
|
2008-04-10 13:24:48 +10:00 |
rate.c
|
fixed three declaration-after-statement issues
|
2008-04-11 17:24:31 +10:00 |
rate.h
|
optimisation: changed some for() loops to do-while() to give the compiler
|
2008-03-26 21:31:56 +11:00 |
stack_alloc.h
|
pseudo-stack no longer checks on every function entry whether it has been
|
2008-04-18 17:29:56 +10:00 |
testcelt.c
|
Making sure not to use the C library calls directly
|
2008-03-16 07:55:29 +11:00 |
vq.c
|
minor simplification in alg_quant()
|
2008-04-17 07:50:12 +10:00 |
vq.h
|
optimisation: The "simple" Rxy/sqrt(Ryy) case in alg_quant no longer requires
|
2008-03-26 10:34:23 +11:00 |