.. |
_kiss_fft_guts.h
|
Using reciprocal approximation instead of full 32-bit division in alg_quant()
|
2008-03-12 13:26:37 +11:00 |
arch.h
|
Using reciprocal approximation instead of full 32-bit division in alg_quant()
|
2008-03-12 13:26:37 +11:00 |
bands.c
|
fixed-point: simplification of the gain in mix_pitch_and_residual()
|
2008-03-13 11:36:45 +11:00 |
bands.h
|
Revert "compute_band_energies() merged with normalised_bands()"
|
2008-03-07 14:53:17 +11:00 |
celt.c
|
Enabling warnings and restricting symbol visibility
|
2008-03-13 17:39:55 +11: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
|
Changed definition of VARDECL to make it more flexible. No actual code change.
|
2008-03-12 17:17:23 +11:00 |
cwrs.h
|
Now no divisions required in the cwrs code
|
2008-02-14 15:02:04 +11:00 |
dump_modes.c
|
const correctness. celt_mode_create() now makes a copy of the static mode
|
2008-03-11 10:43:06 +11:00 |
ecintrin.h
|
__GNUC_PREREQ should be causing problems anymore.
|
2008-03-12 10:42:24 +11:00 |
entcode.c
|
Trying to be nice with 16-bit chips.
|
2008-02-26 10:28:20 +11:00 |
entcode.h
|
Trying to be nice with 16-bit chips.
|
2008-02-26 10:28:20 +11:00 |
entdec.c
|
More C89 fixes, making sure to include config.h from all source files.
|
2008-02-20 12:09:29 +11:00 |
entdec.h
|
Moved the content of libentcode into libcelt to reduce dependencies,
|
2008-01-28 22:28:54 +11:00 |
entenc.c
|
Just in case sizeof(char)!=1
|
2008-02-28 00:14:02 +11:00 |
entenc.h
|
Moved the content of libentcode into libcelt to reduce dependencies,
|
2008-01-28 22:28:54 +11:00 |
fixed_c5x.h
|
Added macro definitions for the TI C5x family (untested)
|
2008-03-12 10:16:26 +11:00 |
fixed_debug.h
|
Using reciprocal approximation instead of full 32-bit division in alg_quant()
|
2008-03-12 13:26:37 +11:00 |
fixed_generic.h
|
fixed-point: simplifying the arithmetic in alg_quant()
|
2008-03-13 11:18:15 +11:00 |
header.c
|
Added info for properly exporting symbols
|
2008-03-12 17:46:04 +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-point: changed find_spectral_pitch() to use single-precision (16-bit) FFT.
|
2008-03-05 17:20:30 +11:00 |
kiss_fft.c
|
Bit of cleaning up. No real code change (well, I hope so!).
|
2008-03-07 17:38:58 +11: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
|
fixed-point: real FFT no longer needs float ops when MIXED_PRECISION is enabled.
|
2008-03-07 17:46:00 +11:00 |
kiss_fftr.h
|
added suffix to real fft. The celtclient can now be built with an unmodified
|
2008-03-03 22:28:23 +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 macro definitions for the TI C5x family (untested)
|
2008-03-12 10:16:26 +11:00 |
match-test.sh
|
Allowing to choose the frame size and rate from testcelt
|
2008-02-19 16:45:37 +11:00 |
mathops.h
|
fixed-point: simplifying the arithmetic in alg_quant()
|
2008-03-13 11:18:15 +11:00 |
mdct.c
|
Changed definition of VARDECL to make it more flexible. No actual code change.
|
2008-03-12 17:17:23 +11:00 |
mdct.h
|
Moved mdct state and window to the mode so it can be shared between multiple
|
2008-02-29 21:08:49 +11:00 |
mfrngcod.h
|
Trying to be nice with 16-bit chips.
|
2008-02-26 10:28:20 +11:00 |
modes.c
|
Added info for properly exporting symbols
|
2008-03-12 17:46:04 +11:00 |
modes.h
|
Changed some of the mode data from int to celt_int16_t to save memory.
|
2008-03-10 16:37:37 +11:00 |
os_support.h
|
Added info for properly exporting symbols
|
2008-03-12 17:46:04 +11:00 |
pgain_table.h
|
oops, pgain_table now has half the number of elements
|
2008-03-05 13:12:16 +11:00 |
pitch.c
|
fixed-point: Using reciproqual instead of DIV32_16 for find_spectral_pitch()
|
2008-03-13 17:55:03 +11:00 |
pitch.h
|
Moved the psycoacoustics data to the mode struct
|
2008-03-10 13:34:52 +11:00 |
psy.c
|
const correctness. celt_mode_create() now makes a copy of the static mode
|
2008-03-11 10:43:06 +11:00 |
psy.h
|
const correctness. celt_mode_create() now makes a copy of the static mode
|
2008-03-11 10:43:06 +11:00 |
quant_bands.c
|
Adjusting/fixing warnings
|
2008-03-13 23:01:55 +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
|
cleaning up some of the mode stuff
|
2008-03-08 15:21:24 +11:00 |
quant_pitch.h
|
pitch gain is now celt_pgain_t
|
2008-02-26 16:19:03 +11:00 |
rangedec.c
|
More C89 fixes, making sure to include config.h from all source files.
|
2008-02-20 12:09:29 +11:00 |
rangeenc.c
|
Another 16-bit fix.
|
2008-02-26 23:59:54 +11:00 |
rate.c
|
Enabling warnings and restricting symbol visibility
|
2008-03-13 17:39:55 +11:00 |
rate.h
|
Allocation cache can now be pre-computed as well.
|
2008-03-10 15:42:35 +11:00 |
stack_alloc.h
|
Changed definition of VARDECL to make it more flexible. No actual code change.
|
2008-03-12 17:17:23 +11:00 |
testcelt.c
|
const correctness. celt_mode_create() now makes a copy of the static mode
|
2008-03-11 10:43:06 +11:00 |
vq.c
|
Adjusting/fixing warnings
|
2008-03-13 23:01:55 +11:00 |
vq.h
|
A bunch of const qualifyers and a few comments
|
2008-03-03 16:52:54 +11:00 |