Displaying 2 results from an estimated 2 matches for "rfcv3_final_ne10_fft".
Did you mean:
rfcv2_final_ne10_fft
2015 Mar 04
0
[RFC PATCHv3] Encode optimize using libNe10
...;Build dsp functionalities to NE10" ON)
option(NE10_ENABLE_IMGPROC "Build image processing functionalities to NE10" OFF)
Set other modules to OFF and left dsp module on. This is optional, but it will speed up the building.
My steps on Pandaboard Ubuntu 12.04 hard float:
Checkout rfcv3_final_ne10_fft from https://git.linaro.org/people/viswanath.puttagunta/Ne10.git
$ cd $NE10_DIR
$ mkdir build
$ cd build
$ cmake -DGNULINUX_PLATFORM=on -DNE10_LINUX_TARGET_ARCH=armv7 \
-DNE10_BUILD_SHARED=on ..
$ make
Checkout rfcv3_final_opus_fft_ne10 from git://git.linaro.org/peopl...
2015 Mar 03
2
[RFC PATCHv3] Encode optimize using libNe10
...see my wip Ne10 branch
below that applies -funsafe-math-optimizations
- For references below are my wip trees for this RFCv3 patch
https://git.linaro.org/people/viswanath.puttagunta/opus.git
Branch: rfcv3_final_opus_fft_ne10
https://git.linaro.org/people/viswanath.puttagunta/Ne10.git
rfcv3_final_ne10_fft
Viswanath Puttagunta (1):
armv7(float): Optimize encode usecase using NE10 library
Makefile.am | 34 +--
celt/arm/arm_celt_map.c | 47 +++-
celt/arm/celt_ne10_fft.c | 120 ++++++++++
celt/arm/celt_ne10_mdct.c | 158 ++++++++++++...