search for: rfcv3_final_opus_fft_ne10

Displaying 2 results from an estimated 2 matches for "rfcv3_final_opus_fft_ne10".

2015 Mar 04
0
[RFC PATCHv3] Encode optimize using libNe10
...rd 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/people/viswanath.puttagunta/opus.git $ cd $OPUS_DIR $ ./autogen.sh $ ./configure --host=arm-linux-gnueabihf --enable-intrinsics \ --with-NE10-libraries=$NE10_DIR/build/modules \ --with-NE10-includes=$NE10_DIR/inc $ make I have also tr...
2015 Mar 03
2
[RFC PATCHv3] Encode optimize using libNe10
...hat for ARMv7 targets performance will not be improved. - For my performance testing, 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...