summaryrefslogtreecommitdiff
path: root/celt
Commit message (Expand)AuthorAgeFilesLines
* Boosting the high-band bitrate on transients for hybrid modeJean-Marc Valin2016-07-171-1/+4
* New DTX that works in all modes (SILK/CELT/HYBRID)Felicia Lim2016-07-171-1/+2
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-07-172-1/+22
* Using "hybrid" flag instead of "start!=0"Jean-Marc Valin2016-07-151-5/+5
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-07-151-8/+30
* Quality: Forces trim to 5 on hybrid modeJean-Marc Valin2016-07-151-2/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2016-07-151-14/+4
* Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox2016-07-081-6/+8
* Remove tabs from source code.Timothy B. Terriberry2016-07-064-20/+20
* Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox2016-07-062-1/+38
* Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros.Jonathan Lennox2016-07-061-0/+16
* Move OPUS_FAST_INT64 definition to celt/arch.h.Jonathan Lennox2016-07-061-0/+9
* Add Neon fixed-point implementation of xcorr_kernel.Jonathan Lennox2016-07-063-1/+106
* Add named constants for ARM architecture variants.Jonathan Lennox2016-07-062-13/+28
* Reorganize ARM CPU #ifdefs.Jonathan Lennox2016-07-062-21/+35
* Move ARM-specific macro overrides to arm-specific file.Jonathan Lennox2016-07-062-20/+20
* Update URLsMark Harris2016-07-061-1/+1
* Fixes minor code quality issues in CELTJean-Marc Valin2016-06-207-9/+8
* Fixes a fixed-point precision issue in remove_doubling()Jean-Marc Valin2016-06-181-26/+39
* Fixes an overflow in the constrained VBR code for bitrate>64000Jean-Marc Valin2016-06-171-3/+6
* Turn on CELT's PLC only if there are >=2 packets received consecutively.Felicia Lim2016-04-151-3/+7
* Fixes overflows on CPUs with 16-bit intsJean-Marc Valin2016-03-242-2/+2
* Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin2015-12-312-2/+2
* Fixes patch_transient_decision() for hybrid modeJean-Marc Valin2015-12-231-11/+11
* Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin2015-12-231-1/+1
* Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin2015-12-041-1/+9
* Fixes memory leak in some CELT unit testsJean-Marc Valin2015-12-043-1/+4
* Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin2015-12-041-16/+9
* Fixes the transient detector on silenceJean-Marc Valin2015-12-041-2/+2
* Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox2015-11-222-2/+4
* Adding AVX config switchesRadu Velea2015-11-053-2/+20
* Naming convention for AVXRadu Velea2015-11-051-0/+6
* Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox2015-11-031-0/+2
* Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox2015-11-024-8/+4
* Adds "arch" argument to MIPS MDCTRhishikesh Agashe2015-10-081-2/+7
* Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry2015-10-073-24/+10
* armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta2015-10-074-32/+27
* armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta2015-10-0713-83/+562
* test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta2015-10-071-0/+6
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-0713-19/+211
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-0723-120/+1363
* Add entcode.c to the dump_modes binary.Timothy B. Terriberry2015-10-071-1/+1
* Fixes compile problems for MIPSRhishikesh Agashe2015-10-075-13/+17
* Add intrinsics support to Visual Studio build.Jonathan Lennox2015-09-011-1/+5
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-0117-187/+417
* Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox2015-09-015-216/+306
* Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox2015-09-011-3/+0
* Fix struct initialization of CPU_Feature structure.Jonathan Lennox2015-09-011-1/+5
* Fix cpuid asm on 32-bit PIC.Jonathan Lennox2015-09-011-1/+15
* In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox2015-09-011-8/+12