search for: wave_operation

Displaying 1 result from an estimated 1 matches for "wave_operation".

2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
...so what standard should one follow when submitting patches to libvorbis? I'm pretty sure linux kernel checkpatch.pl will fail all patches for libvorbis. Please advise. Viswanath Puttagunta (3): lib/simd: Introduce vectorization framework for libvorbis lib/block.c: Use optimized routine for wave_operation mdct: implement arm simd implementation for mdct configure.ac | 5 ++ lib/Makefile.am | 6 +- lib/block.c | 14 ++--- lib/mdct.c | 102 +------------------------------- lib/simd/Makefile.am | 9 +++ lib/simd/neon_simd.c | 158 ++++++++++++++++++++++++...