Displaying 7 results from an estimated 7 matches for "ne10_root".
2015 Apr 02
2
Testing ARMv8 Ne10 and intrinsics branch
...ing GCC 4.9.2, decoding the opus test vector set 10 times. All tests
pass. I will do longer tests later with a larger test set, but it looks
good so far.
I am having a lot of trouble with the Ne10 detection. Using the
precompiled Ne10 binaries at
http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/
Both NE10 and Ne10 capitalizations seem to be in use. Also, where should
the NE10 headers be installed? In $PREFIX/include or
$PREFIX/include/Ne10/? The configure.ac tests seems to assume the
former, but your precompiled root disagrees.
Opus master (36e0445)
Float: 20.312s
Fast float: 20.542s
Fi...
2015 Apr 02
0
Testing ARMv8 Ne10 and intrinsics branch
...10.so
include/
Ne10.h...
so, something like this should work
configure --host=arm-linux-gnueabihf --enable-intrinsics --with-NE10=/usr/local
But, I see the problem with the pre-compiled binaries at
http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/
simple --with-NE10=/usr/local will not work since I put the include
files in /usr/local/include/Ne10/ instead of just /usr/local/include/
You either must copy the /usr/local/include/Ne10/* into /usr/local/include/
and use --with-NE10=/usr/local
So explicitly specify location of library and incl...
2015 Feb 26
3
[RFC PATCH v2] Encode optimize using libNe10
Viswanath Puttagunta wrote:
> Can we please have review on RFCv2? We have quite a few optimizations
> (Eg: ifft/mdct_backwards, fixed point fft/ifft mdct_forward/backward
> etc) that are in my pipeline that depend on this patch series being
> accepted.
So, trying to make progress on this...
On an armv7l board running Ubuntu, you've broken the build with just
--enable-intrinsics
2015 Mar 31
6
[RFC PATCH v1 0/5] aarch64: celt_pitch_xcorr: Fixed point series
...working with Phil at ARM to get my patch at [4]
upstreamed to Ne10.
[1]: http://lists.xiph.org/pipermail/opus/2015-March/002941.html
[2]: https://git.linaro.org/people/viswanath.puttagunta/opus.git
Branch: rfcv1_final_xcorr_fixed_armv8
[3]: http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/
[4]: git://git.linaro.org/people/viswanath.puttagunta/Ne10.git
Branch: rfcv1_rc1_armv8
Jonathan Lennox (1):
Intrinsics/RTCD related fixes. Mostly x86
Viswanath Puttagunta (4):
armv7(float): Optimize encode usecase using NE10 library
armv7(float): Optimize decode usecase using NE10 li...
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
...to not head in the wrong direction.
Thanks in advance for your review.
Regards,
Vish
[1]: https://docs.google.com/a/linaro.org/document/d/1avz20b3DOnD3IwxiKTmUfyUK89hUwL9K2PYMh7dlkNg/edit#
[2]: https://bugs.linaro.org/show_bug.cgi?id=1044
[3]: http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/NE10_root.tar.gz
Viswanath Puttagunta (2):
Optimize repeated calls to opus_select_arch
armv7(float): Optimize encode usecase using NE10 library
Makefile.am | 30 +--
celt/arm/arm_celt_ne10_fft_map.c | 65 ++++++
celt/arm/arm_celt_ne10_mdct_map.c | 53 +++...
2015 May 15
11
[RFC V3 0/8] Ne10 fft fixed and previous
...s.xiph.org/pipermail/opus/2015-May/003015.html
[2]: https://git.linaro.org/people/viswanath.puttagunta/Ne10.git/shortlog/refs/heads/fft-fixed
[3]: https://git.linaro.org/people/viswanath.puttagunta/opus.git/shortlog/refs/heads/rfcv3_fft_fixed
[4]: http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/
Jonathan Lennox (1):
Intrinsics/RTCD related fixes. Mostly x86
Viswanath Puttagunta (7):
armv7(float): Optimize encode usecase using NE10 library
armv7(float): Optimize decode usecase using NE10 library
aarch64: Enable intrinsics for aarch64
aarch64: celt_pitch_xcorr: Fixed point intri...
2015 Apr 28
10
[RFC PATCH v1 0/8] Ne10 fft fixed and previous
...fcv1_rc2_fft_fixed
[3]: https://git.linaro.org/people/viswanath.puttagunta/Ne10.git/shortlog/refs/heads/fft-fixed
[4]: https://people.xiph.org/~tterribe/opus/comp48-stereo.sw
[5]: http://releases.linaro.org/14.11/components/toolchain/binaries
[6]: http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/
Jonathan Lennox (1):
Intrinsics/RTCD related fixes. Mostly x86
Viswanath Puttagunta (7):
armv7(float): Optimize encode usecase using NE10 library
armv7(float): Optimize decode usecase using NE10 library
aarch64: Enable intrinsics for aarch64
aarch64: celt_pitch_xcorr: Fixed point intri...