Displaying 2 results from an estimated 2 matches for "rfcv1_final_armv8".
2015 Mar 25
2
Opus's x86 Optimization
Hello guys
I have profiled opus code(cpu sampling) and identified functions that are expensive for our use case (mostly x86 silk mode).
Those functions could be optimized for x86 using intrinsics. Looking at source tree and there is already optimization work going on ,especially Cisco folks and Jonathan have already contributed for x86. We would like to have some optimization included in future
2015 Mar 18
5
[RFC PATCH v1 0/4] Enable aarch64 intrinsics/Ne10
...s Ne10 fft/ifft/mdct_forward/backward patches,
I thought it would be better to just post all new patches
as a patch series. Please let me know if anyone disagrees
with this approach.
You can see wip branch of all latest patches at
https://git.linaro.org/people/viswanath.puttagunta/opus.git
Branch: rfcv1_final_armv8
aarch64: Enable intrinsics for aarch64
- enables intrinsics (includes Ne10) optimizations for
aarch64.
armv7(float): Optimize encode usecase using NE10 library
- Changes from RFCv4 [1]: Caught compile issue while
enabling armv8 in celt/arm/mdct_arm.h
armv7(float): Optimize decode usecase usin...