aboutsummaryrefslogtreecommitdiff
path: root/celt/arm
AgeCommit message (Expand)Author
2020-10-01Merge branch 'upstream-master'Harish Mahendrakar
2020-09-11Merge tag 'v1.3' into masterHarish Mahendrakar
2020-06-14Fix arm build with rtcd enabled.Ralph Giles
2018-11-14Upgrade Opus to v1.3android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-n-iot-release-ihome-igv1nougat-iot-releaseFelicia Lim
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-07-07Opus 1.2.1android-o-iot-preview-5o-iot-preview-5Felicia Lim
2017-06-06Clean celt_pitch_xcorr_float_neon()Linfeng Zhang
2017-06-06Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-06Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
2017-06-06Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
2017-02-15Reduce the scope of Ne10 includesMichael Bradshaw
2017-02-15Remove #include "config.h" from ARM Ne10 headersMichael Bradshaw
2017-02-04arm2gnu.pl: Fix GNU ARM .type directiveMark Harris
2017-01-25Avoids undefined behaviour in ARM-optimized codeJean-Marc Valin
2017-01-25Upgrade Opus to v1.1.4android-o-preview-1android-n-mr2-preview-2o-previewFelicia Lim
2016-08-01Upgrade Opus to v1.1.3Felicia Lim
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
2016-03-04Upgrade Opus to v1.1.2android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3flim
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-02-20Adding libopus source and Android.mkVignesh Venkatasubramanian
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