aboutsummaryrefslogtreecommitdiff
path: root/celt/arm
AgeCommit message (Expand)Author
2016-07-08Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox
2016-07-06Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox
2016-07-06Add Neon fixed-point implementation of xcorr_kernel.Jonathan Lennox
2016-07-06Add named constants for ARM architecture variants.Jonathan Lennox
2016-07-06Reorganize ARM CPU #ifdefs.Jonathan Lennox
2016-07-06Move ARM-specific macro overrides to arm-specific file.Jonathan Lennox
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-07armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-07armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-09-01Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2014-12-25armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
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-24Adds missing license for arm2gnu.plJean-Marc Valin
2014-01-22Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin
2014-01-21Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin
2013-11-27Minor speedups to celt_pitch_xcorr_edsp().Timothy B. Terriberry
2013-11-26Actually use my NEON code.Timothy B. Terriberry
2013-11-26Make celt_pitch_xcorr_edsp() work on ARMv5TE.Timothy B. Terriberry
2013-11-18Fixes permissions on arm2gnu.plJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-06-04Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-22Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry
2013-05-22Slightly faster C_MULC for ARMv4.Nils Wallménius
2013-05-22Faster MULT32_32_Q31 for ARM.Nils Wallménius
2013-05-22Minor ARMv5E cleanups.Timothy B. Terriberry
2013-05-21Move ARM asm into its own directories.Timothy B. Terriberry
2011-04-28Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-16Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-11Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-07Support for glitchles mode switchingJean-Marc Valin
2011-02-28SILK/CELT updateJean-Marc Valin
2011-02-14preparing the next versionJean-Marc Valin
2011-02-14missing filesJean-Marc Valin
2011-02-14SILK and CELT updatesJean-Marc Valin
2011-02-14Update for in-band FECKoen Vos