shithub: opus

Download patch

ref: 0b0a2b4d066c2be3d551ba6429854c20ae147204
parent: 5b712da9c2faa51ebf3336161138b2d2fa54a47d
author: Viswanath Puttagunta <viswanath.puttagunta@linaro.org>
date: Fri Dec 19 12:25:55 EST 2014

armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics

Optimize celt_pitch_xcorr function (for floating point)
using ARM NEON intrinsics for SoCs that have NEON VFP unit.

To enable this optimization, use --enable-intrinsics
configure option.

Compile time and runtime checks are also supported to make sure
this optimization is only enabled when the compiler supports
NEON intrinsics.

Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>