summaryrefslogtreecommitdiff
path: root/celt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reorganize configure's detection of intrinsics functions:Jonathan Lennox2015-09-014-8/+8
* Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry2015-02-271-2/+8
* Document how to tell if your build is fixed-point.Timothy B. Terriberry2015-02-201-0/+3
* Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry2015-01-021-8/+16
* Fix warnings in pedantic build.Timothy B. Terriberry2014-12-261-0/+5
* armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta2014-12-257-9/+283
* Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry2014-12-014-27/+45
* float_cast: Fix MSVC ARM buildCameron Gutman2014-11-191-2/+2
* tests: fix linking for --enable-fixed-point on ARMv1.1.1-betaTristan Matthews2014-10-122-0/+4
* There are no tabs in source code.Timothy B. Terriberry2014-10-039-76/+76
* Fix build bustage from c95c9a048.Timothy B. Terriberry2014-10-032-1/+3
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-0322-66/+894
* os_support: fix misleading commentsTristan Matthews2014-08-101-3/+3
* Whitespace fixesexp_mips_optJean-Marc Valin2014-06-193-3/+1
* MIPS optimizationsRhishikesh Agashe2014-06-1913-0/+1040
* Adds SIG2WORD16() to fixed_debug.hJean-Marc Valin2014-06-181-0/+10
* Suppress some coverity false positives.Gregory Maxwell2014-04-162-1/+2
* Fix iOS builds with assembly.Timothy B. Terriberry2014-03-261-3/+3
* Make the arm2gnu.pl converter handle apple specific detailsMartin Storsjo2014-03-191-6/+17
* Add separate labels for the start of public functionsMartin Storsjo2014-03-191-2/+4
* arm: Use the UAL syntax for instructionsMartin Storsjo2014-02-242-9/+11
* Fixes an aliasing bug in the MDCT when the frame size isn't a multiple of 4.Marcello Caramma (mcaramma)2014-02-241-2/+2
* Adds missing license for arm2gnu.plJean-Marc Valin2014-02-241-0/+24
* Skips comb filter overlap when the parameters didn't change.Jean-Marc Valin2014-01-311-0/+3