summaryrefslogtreecommitdiff
path: root/celt/arm
Commit message (Expand)AuthorAgeFilesLines
* Estimate the inner product accuracy to fix check-asmJean-Marc Valin2022-06-301-30/+21
* Adds fuzzing to CPU detectionJean-Marc Valin2022-06-301-1/+8
* Fix arm build with rtcd enabled.Ralph Giles2020-06-141-0/+2
* Adding ENABLE_HARDENINGJean-Marc Valin2018-03-271-1/+1
* Rename arm ne10 assembly optimization files.Ralph Giles2017-09-112-2/+2
* Fix celt_pitch_xcorr() ARM jump table compiling errorLinfeng Zhang2017-07-251-2/+6
* Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang2017-06-061-103/+2
* Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-063-4/+164
* Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang2017-06-063-0/+183
* Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang2017-06-064-19/+18
* Reduce the scope of Ne10 includesMichael Bradshaw2017-02-151-1/+0
* Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw2017-02-152-2/+0
* arm2gnu.pl: Fix GNU ARM .type directiveMark Harris2017-02-041-2/+2
* Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin2017-01-252-5/+5
* Fix RTCD on ARM with Neon Intrinsics but not ASM.Jonathan Lennox2016-07-081-6/+8
* Add Aarch64 intrinsic for SIG2WORD16.Jonathan Lennox2016-07-061-0/+35
* 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-061-0/+20
* armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta2015-10-073-29/+24
* armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta2015-10-073-58/+87
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-075-0/+165
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-076-4/+451
* Reorganize configure's detection of intrinsics functions:Jonathan Lennox2015-09-012-5/+5
* armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsicsViswanath Puttagunta2014-12-253-4/+267
* 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
* Adds missing license for arm2gnu.plJean-Marc Valin2014-02-241-0/+24
* Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin2014-01-221-0/+18
* Speed up the comb filter on ARM by using MAC16_32_Q16()Jean-Marc Valin2014-01-212-0/+21
* Minor speedups to celt_pitch_xcorr_edsp().v1.1-rc2Timothy B. Terriberry2013-11-271-8/+8
* Actually use my NEON code.Timothy B. Terriberry2013-11-261-347/+194
* Make celt_pitch_xcorr_edsp() work on ARMv5TE.Timothy B. Terriberry2013-11-261-32/+132
* Fixes permissions on arm2gnu.plJean-Marc Valin2013-11-181-0/+0
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-187-6/+1107
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-283-9/+9
* Add run-time CPU detection and support for ARM architectureAurélien Zanelli2013-06-042-0/+201
* Port 1ed17cc2 to C_MUL and C_MUL4.Timothy B. Terriberry2013-05-221-10/+10
* Slightly faster C_MULC for ARMv4.Nils Wallménius2013-05-221-5/+5
* Faster MULT32_32_Q31 for ARM.Nils Wallménius2013-05-221-0/+5
* Minor ARMv5E cleanups.Timothy B. Terriberry2013-05-221-4/+5
* Move ARM asm into its own directories.Timothy B. Terriberry2013-05-214-0/+425
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
* Loss rate adaptation for the CELT layerJean-Marc Valin2011-04-251-5/+5
* draft updateJean-Marc Valin2011-03-311-5/+5
* Build fixesJean-Marc Valin2011-03-231-5/+5
* Making mode switching use the same window as CELT (squared)Jean-Marc Valin2011-03-211-5/+5