search for: celt_xcorr_kernel

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

2016 Sep 28
0
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
Timothy B. Terriberry wrote: > and use that. I wrote a simple patch demonstrating this (attached... it Err, actually attached this time. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Test-celt_xcorr_kernel-speed.patch Type: text/x-patch Size: 15319 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20160927/da90702e/attachment.bin>
2016 Sep 28
2
[PATCH 2/5] Optimize fixed-point celt_fir_c() for ARM NEON
Linfeng Zhang wrote: > +#ifdef SMALL_FOOTPRINT > + for (i=0;i<N-7;i+=8) > + { > [snip over 80 lines of complicated NEON intrinsics code] > + } > +#else So, one of the points of SMALL_FOOTPRINT is to reduce the code size on targets where this matters (even if it means running slower), but this is an awful lot of code. I think it makes much more sense to expose the