.. |
arm
|
bae854501f
armv7: Enable NE10's fixed-point FFT for the MDCT
|
9 роки тому |
dump_modes
|
db7a0d6626
Fix dump_modes output for fixed-point NE10.
|
9 роки тому |
mips
|
c232f65b9f
Adds "arch" argument to MIPS MDCT
|
9 роки тому |
tests
|
6fa8563244
Fixes memory leak in some CELT unit tests
|
9 роки тому |
x86
|
5fa1952e99
Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.
|
9 роки тому |
_kiss_fft_guts.h
|
f133bac6f9
MIPS optimizations
|
10 роки тому |
arch.h
|
2e6876c07a
Using SSAT in SIG2WORD16() on ARMv6
|
11 роки тому |
bands.c
|
be9e747bcc
Fixes overflows on CPUs with 16-bit ints
|
8 роки тому |
bands.h
|
c95c9a048f
Cisco optimization for x86 & fixed point
|
10 роки тому |
celt.c
|
911ddc0c58
Suppress generation of comb_filter_const_c when not used; avoid warning.
|
9 роки тому |
celt.h
|
3fbe5bc5b0
New DTX that works in all modes (SILK/CELT/HYBRID)
|
8 роки тому |
celt_decoder.c
|
787eee29b8
Turn on CELT's PLC only if there are >=2 packets received consecutively.
|
8 роки тому |
celt_encoder.c
|
11bbb7d3ec
Boosting the high-band bitrate on transients for hybrid mode
|
8 роки тому |
celt_lpc.c
|
020a0a48d5
Fix build bustage from c95c9a048.
|
10 роки тому |
celt_lpc.h
|
43120f0075
Reorganize x86 SSE intrinsics code.
|
9 роки тому |
cpu_support.h
|
5fa1952e99
Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.
|
9 роки тому |
cwrs.c
|
6218cba258
Making decode_pulses() compute the L2-norm on the fly
|
11 роки тому |
cwrs.h
|
6218cba258
Making decode_pulses() compute the L2-norm on the fly
|
11 роки тому |
ecintrin.h
|
7830cf1bd2
Replace "inline" with OPUS_INLINE.
|
11 роки тому |
entcode.c
|
5123175017
Speeding up ec_tell_frac()
|
11 роки тому |
entcode.h
|
d9fb8a6651
Optimizing divisions with a signed numerator
|
11 роки тому |
entdec.c
|
ec5d01cbe4
Using a table on ARM for unsigned division by small (<=256) integers.
|
11 роки тому |
entdec.h
|
cb05e7cd96
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
12 роки тому |
entenc.c
|
c95c9a048f
Cisco optimization for x86 & fixed point
|
10 роки тому |
entenc.h
|
cb05e7cd96
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
12 роки тому |
fixed_c5x.h
|
7830cf1bd2
Replace "inline" with OPUS_INLINE.
|
11 роки тому |
fixed_c6x.h
|
b7bd4c20ac
celt_maxabs16() now returns an opus_val32 to avoid problems with -32768
|
11 роки тому |
fixed_debug.h
|
f396c08f77
Adds SIG2WORD16() to fixed_debug.h
|
10 роки тому |
fixed_generic.h
|
f133bac6f9
MIPS optimizations
|
10 роки тому |
float_cast.h
|
8921f82fb9
float_cast: Fix MSVC ARM build
|
10 роки тому |
kiss_fft.c
|
19c5406cde
armv7(float): Optimize decode usecase using NE10 library
|
9 роки тому |
kiss_fft.h
|
ba8713ccb5
armv7: Optimize fixed point FFT using NE10 library
|
9 роки тому |
laplace.c
|
ab5a049705
Merge commit '390c89225d'
|
12 роки тому |
laplace.h
|
cb05e7cd96
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
12 роки тому |
mathops.c
|
7830cf1bd2
Replace "inline" with OPUS_INLINE.
|
11 роки тому |
mathops.h
|
7830cf1bd2
Replace "inline" with OPUS_INLINE.
|
11 роки тому |
mdct.c
|
19c5406cde
armv7(float): Optimize decode usecase using NE10 library
|
9 роки тому |
mdct.h
|
bae854501f
armv7: Enable NE10's fixed-point FFT for the MDCT
|
9 роки тому |
mfrngcod.h
|
cb05e7cd96
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
|
12 роки тому |
modes.c
|
f48abe8308
armv7(float): Optimize encode usecase using NE10 library
|
9 роки тому |
modes.h
|
e1f846208e
Minor cleanup -- nothing to see here
|
11 роки тому |
opus_custom_demo.c
|
ab5a049705
Merge commit '390c89225d'
|
12 роки тому |
os_support.h
|
dacfd28e9a
os_support: fix misleading comments
|
10 роки тому |
pitch.c
|
43120f0075
Reorganize x86 SSE intrinsics code.
|
9 роки тому |
pitch.h
|
f48abe8308
armv7(float): Optimize encode usecase using NE10 library
|
9 роки тому |
quant_bands.c
|
257ab37674
Oops, fixes max_decay for LFE in fixed-point
|
9 роки тому |
quant_bands.h
|
b08c4ca3f5
Surround: Better LFE handling
|
11 роки тому |
rate.c
|
be9e747bcc
Fixes overflows on CPUs with 16-bit ints
|
8 роки тому |
rate.h
|
68a0e046a2
Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES
|
9 роки тому |
stack_alloc.h
|
e775090427
pseudostack instrumentation (off by default)
|
11 роки тому |
static_modes_fixed.h
|
ba8713ccb5
armv7: Optimize fixed point FFT using NE10 library
|
9 роки тому |
static_modes_fixed_arm_ne10.h
|
db7a0d6626
Fix dump_modes output for fixed-point NE10.
|
9 роки тому |
static_modes_float.h
|
f48abe8308
armv7(float): Optimize encode usecase using NE10 library
|
9 роки тому |
static_modes_float_arm_ne10.h
|
db7a0d6626
Fix dump_modes output for fixed-point NE10.
|
9 роки тому |
vq.c
|
c9c2035355
Fixes compile problems for MIPS
|
9 роки тому |
vq.h
|
c9c2035355
Fixes compile problems for MIPS
|
9 роки тому |