opus/libcelt
2011-04-13 17:15:55 -04:00
..
_kiss_fft_guts.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
arch.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
bands.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
bands.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
c64_fft.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
c64_fft.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
celt.c Stop adjusting the VBR drift during silent frames, this prevents overshoot after silent spans. This also results in undershoot on files with lots of silence, but this is desirable in terms of increasing quality consistency. It will be even better if we later include some open-loop correction of the targets. 2011-04-13 17:15:55 -04:00
celt.h Making CELT_GET_MODE "private" 2011-03-21 13:26:03 -04:00
celt_header.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
celt_types.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
cwrs.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
cwrs.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
dump_modes.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
ecintrin.h Typo in C5X macro 2011-03-29 07:43:51 +02:00
entcode.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
entcode.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
entdec.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
entdec.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
entenc.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
entenc.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
fixed_c5x.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
fixed_c6x.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
fixed_debug.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
fixed_generic.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
float_cast.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
header.c Removes the celt_mode_info() call. 2011-03-21 11:32:50 -04:00
kiss_fft.c Adds in-band signalling of the CELT frame size and bandwidth 2011-03-11 16:38:49 -05:00
kiss_fft.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
laplace.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
laplace.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
libcelt.vcxproj Updated MSVC project file 2011-03-22 20:32:49 -04:00
libcelt.vcxproj.filters MSVC files 2011-03-18 06:40:03 -04:00
Makefile.am MSVC project files 2011-02-14 21:11:09 -05:00
match-test.sh Simplified the folding normalisation by creating renormalise_vector(). 2008-07-20 23:14:31 -04:00
mathops.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
mathops.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
mdct.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
mdct.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
mfrngcod.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
modes.c Removes the celt_mode_info() call. 2011-03-21 11:32:50 -04:00
modes.h Making CELT_GET_MODE "private" 2011-03-21 13:26:03 -04:00
os_support.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
pitch.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
pitch.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
plc.c Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
plc.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
quant_bands.c Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
quant_bands.h Eliminate the ec_int32 and ec_uint32 typedefs. 2011-03-02 21:14:19 -05:00
rate.c Speeds up compute_allocation() by removing potential aliasing 2011-03-11 10:36:11 -05:00
rate.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00
stack_alloc.h Fixes a declaration-after-statement error when using ALLOC_STACK 2011-03-29 07:54:27 +02:00
static_modes_fixed.c Increase caps/allocation accuracy. 2011-02-01 21:17:57 -05:00
static_modes_float.c Increase caps/allocation accuracy. 2011-02-01 21:17:57 -05:00
testcelt.c Removes the celt_mode_info() call. 2011-03-21 11:32:50 -04:00
vq.c Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVE 2011-02-14 13:51:06 -05:00
vq.h Relicensing under the simplified (2-clause) BSD license 2011-02-09 22:37:41 -05:00