.. |
arm
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
dump_modes
|
Make dump_modes compile again.
|
2013-05-23 15:55:43 -07:00 |
tests
|
Revert "Fixes a number of double promotions and missing casts."
|
2013-07-15 15:51:24 -07:00 |
x86
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
_kiss_fft_guts.h
|
Move ARM asm into its own directories.
|
2013-05-21 12:53:33 -07:00 |
arch.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
bands.c
|
Making the CELT fixed-point decoder a bit more robust to extreme signals
|
2013-11-13 09:40:00 -05:00 |
bands.h
|
Moves log2Amp inside denormalise_bands() and get rid of bandE[]
|
2013-06-16 20:24:52 -04:00 |
celt.c
|
SSE optimization of comb_filter()
|
2013-06-17 03:58:16 -04:00 |
celt.h
|
Rename preemphasis() to celt_preemphasis() to avoid amrnb symbol clash
|
2013-11-13 23:18:26 -05:00 |
celt_decoder.c
|
Avoid a bogus uninitialized warning and simplify some code.
|
2013-10-28 12:55:41 -07:00 |
celt_encoder.c
|
Oops, missing semicolon on RESTORE_STACK in previous commit
|
2013-11-15 01:57:25 -05:00 |
celt_lpc.c
|
Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()
|
2013-08-29 15:29:02 -04:00 |
celt_lpc.h
|
Share auto-correlation code between SILK and CELT
|
2013-08-28 17:55:34 -04:00 |
cpu_support.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
cwrs.c
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
cwrs.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
ecintrin.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
entcode.c
|
Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.
|
2012-11-27 13:07:45 -05:00 |
entcode.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
entdec.c
|
Fix broken URL in entdec.c.
|
2013-08-04 22:47:07 -07:00 |
entdec.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
entenc.c
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
entenc.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
fixed_c5x.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
fixed_c6x.h
|
celt_maxabs16() now returns an opus_val32 to avoid problems with -32768
|
2013-05-18 23:52:18 -04:00 |
fixed_debug.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
fixed_generic.h
|
First pass at making the analysis code run with FIXED_POINT
|
2013-09-06 16:00:39 -04:00 |
float_cast.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
kiss_fft.c
|
Minor FFT cleanups.
|
2013-05-22 15:46:00 -07:00 |
kiss_fft.h
|
Misc changes to address Robert Sparks' comments
|
2012-04-20 10:26:08 -04:00 |
laplace.c
|
Merge commit '390c89225d '
|
2012-04-24 13:39:22 -04:00 |
laplace.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
mathops.c
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
mathops.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
mdct.c
|
Do imdct post-rotate and deshuffle in-place.
|
2012-12-03 16:13:51 -05:00 |
mdct.h
|
Replace the remaining instances of restrict with OPUS_RESTRICT.
|
2012-07-20 18:02:55 -04:00 |
mfrngcod.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
modes.c
|
Use a table for PVQ encoding/decoding.
|
2013-05-21 18:16:13 -07:00 |
modes.h
|
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
2012-04-20 16:41:42 -04:00 |
opus_custom_demo.c
|
Merge commit '390c89225d '
|
2012-04-24 13:39:22 -04:00 |
os_support.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
pitch.c
|
Makes the SILK pitch search use celt_pitch_xcorr()
|
2013-08-26 19:27:46 -04:00 |
pitch.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
quant_bands.c
|
gcc -pedantic had "comparison of unsigned expression < 0 is always false"
|
2013-11-11 17:39:02 -05:00 |
quant_bands.h
|
Surround: Better LFE handling
|
2013-05-05 02:31:38 -04:00 |
rate.c
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
rate.h
|
Replace "inline" with OPUS_INLINE.
|
2013-10-28 10:18:54 -07:00 |
stack_alloc.h
|
Fixes some minor issues found by scan build
|
2013-11-09 18:28:40 -05:00 |
static_modes_fixed.h
|
Convert tabs to spaces in the opus and celt code.
|
2011-10-26 20:24:49 -07:00 |
static_modes_float.h
|
Convert tabs to spaces in the opus and celt code.
|
2011-10-26 20:24:49 -07:00 |
vq.c
|
Replace C99 restrict keyword with OPUS_RESTRICT.
|
2012-07-18 12:12:35 -04:00 |
vq.h
|
Documentation fixes
|
2013-03-07 18:17:52 -05:00 |