aboutsummaryrefslogtreecommitdiff
path: root/celt
AgeCommit message (Expand)Author
2015-12-31Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSESJean-Marc Valin
2015-12-23Fixes patch_transient_decision() for hybrid modeJean-Marc Valin
2015-12-23Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin
2015-12-04Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04Fixes memory leak in some CELT unit testsJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin
2015-12-04Fixes the transient detector on silenceJean-Marc Valin
2015-11-22Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox
2015-11-05Adding AVX config switchesRadu Velea
2015-11-05Naming convention for AVXRadu Velea
2015-11-03Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox
2015-11-02Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox
2015-10-08Adds "arch" argument to MIPS MDCTRhishikesh Agashe
2015-10-07Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry
2015-10-07armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta
2015-10-07armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-07test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta
2015-10-07armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-07armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-07Add entcode.c to the dump_modes binary.Timothy B. Terriberry
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-09-01Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-01Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-01Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-01Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-01Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-01Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-01In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox
2015-09-01Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2015-02-27Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry
2015-02-20Document how to tell if your build is fixed-point.Timothy B. Terriberry
2015-01-02Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-12-26Fix warnings in pedantic build.Timothy B. Terriberry
2014-12-25armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
2014-12-01Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry
2014-11-19float_cast: Fix MSVC ARM buildCameron Gutman
2014-10-12tests: fix linking for --enable-fixed-point on ARMTristan Matthews
2014-10-03There are no tabs in source code.Timothy B. Terriberry
2014-10-03Fix build bustage from c95c9a048.Timothy B. Terriberry
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2014-08-10os_support: fix misleading commentsTristan Matthews
2014-06-19Whitespace fixesJean-Marc Valin
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-06-18Adds SIG2WORD16() to fixed_debug.hJean-Marc Valin
2014-04-16Suppress some coverity false positives.Gregory Maxwell
2014-03-26Fix iOS builds with assembly.Timothy B. Terriberry
2014-03-19Make the arm2gnu.pl converter handle apple specific detailsMartin Storsjo
2014-03-19Add separate labels for the start of public functionsMartin Storsjo
2014-02-24arm: Use the UAL syntax for instructionsMartin Storsjo
2014-02-24Fixes an aliasing bug in the MDCT when the frame size isn't a multiple of 4.Marcello Caramma (mcaramma)