search for: corr_qc0_s64x2

Displaying 3 results from an estimated 3 matches for "corr_qc0_s64x2".

2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes. Patches 1 to 3 replace all my previous submitted patches. Patches 4 and 5 are new. Thanks, Linfeng Zhang
2016 Jul 01
1
silk_warped_autocorrelation_FIX() NEON optimization
Hi all, I'm sending patch "Optimize silk_warped_autocorrelation_FIX() for ARM NEON" in an separate email. It is based on Tim’s aarch64v8 branch https://git.xiph.org/?p=users/tterribe/opus.git;a=shortlog;h=refs/heads/aarch64v8 Thanks for your comments. Linfeng
2018 May 08
2
Pointer size bugs when compiling for android arm64?
...q_s64'   __builtin_neon_vst1q_v(__p0, (int8x16_t)__s1, 35); \                          ^~~~ silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c:230:41: warning: incompatible pointer types assigning to 'const long *' from 'long long *' [-Wincompatible-pointer-types]             corr_QC0_s64x2 = vld1q_s64( corr_QCT + i );                                         ^~~~~~~~~~~~ /Users/andrewl/android/toolchain-r16b-arm64-v8a/lib64/clang/5.0.300080/include/arm_neon.h:7628:46: note: expanded from macro 'vld1q_s64'   __ret = (int64x2_t) __builtin_neon_vld1q_v(__p0, 35); \               ...