Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt/arm
AgeCommit message (Expand)Author
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-09-11Rename arm ne10 assembly optimization files.Ralph Giles
2017-07-25Fix celt_pitch_xcorr() ARM jump table compiling errorLinfeng Zhang
2017-06-07Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang
2017-06-07Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-07Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
2017-02-16Reduce the scope of Ne10 includesMichael Bradshaw
2017-02-15Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw
2017-02-05arm2gnu.pl: Fix GNU ARM .type directiveMark Harris
2017-01-26Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2016-07-09Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox
2016-07-07Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox
2016-07-07Add Neon fixed-point implementation of xcorr_kernel.Jonathan Lennox
2016-07-07Add named constants for ARM architecture variants.Jonathan Lennox
2016-07-07Reorganize ARM CPU #ifdefs.Jonathan Lennox
2016-07-07Move ARM-specific macro overrides to arm-specific file.Jonathan Lennox
2015-10-08armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta
2015-10-08armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-09-02Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2014-12-26armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta
2014-03-26Fix iOS builds with assembly.Timothy B. Terriberry
2014-03-20Make the arm2gnu.pl converter handle apple specific detailsMartin Storsjo
2014-03-20Add separate labels for the start of public functionsMartin Storsjo
2014-02-25arm: Use the UAL syntax for instructionsMartin Storsjo
2014-02-24Adds missing license for arm2gnu.plJean-Marc Valin
2014-01-23Using 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().v1.1-rc2Timothy B. Terriberry
2013-11-27Actually use my NEON code.Timothy B. Terriberry
2013-11-27Make 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-05Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-23Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry
2013-05-23Slightly faster C_MULC for ARMv4.Nils Wallménius
2013-05-23Faster 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-29Moved 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-17Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin