- Dec 01, 2014
-
-
Timothy B. Terriberry authored
This should not take an arch parameter, so it can properly be used as a fallback for accelerated versions which do not. This patch instead provides a separate version which can call accelerated helpers for platforms that have taken that approach.
-
- Nov 19, 2014
-
-
Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- Oct 12, 2014
-
- Oct 04, 2014
-
-
Timothy B. Terriberry authored
There is also no trailing whitespace.
-
Timothy B. Terriberry authored
-
1. Only for fixed point on x86 platform (32bit and 64bit, uses SIMD intrinsics up to SSE4.2) 2. Use "configure --enable-fixed-point --enable-intrinsics" to enable optimization, default is disabled. 3. Official test cases are verified and passed. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Aug 10, 2014
-
-
Tristan Matthews authored
cherry-picked from speexdsp 86779a06f6500d041573d6252d4971d3bfcb4b18
-
- Jun 19, 2014
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jun 18, 2014
-
-
Jean-Marc Valin authored
-
- Apr 17, 2014
-
-
Gregory Maxwell authored
-
- Mar 26, 2014
-
-
Timothy B. Terriberry authored
The patch in 76e831d9 got us most of the way there, but out-of-tree builds required a second Makefile.am rule, which was missing @ARM2GNU_PARAMS@. Also, the arm2gnu.pl was terminating argument processing on any argument beginning with --, rather than an argument that was just -- by itself (as is the normal convention in GNU programs). That meant it never saw the --apple flag even when it was passed. Thanks to Jonathan Lennox for the report and for testing.
-
- Mar 19, 2014
-
-
This allows building the arm assembly for iOS. This checks for the __APPLE__ preprocessor built-in define to determine whether this extra handling should be enabled. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
This avoids having to use the public symbol name when jumping here, on platforms where the public symbols have an underscore prefix. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Feb 24, 2014
-
-
This is required in order to build using the built-in assembler in clang. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
In that case, the yp0 and yp1 ended up aliasing for the last element, despite being marked as restrict. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
- Jan 31, 2014
-
-
Jean-Marc Valin authored
-
- Jan 30, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 29, 2014
-
-
Jean-Marc Valin authored
-
- Jan 23, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 21, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 20, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Saves 0.6% for 64 kb/s and 1.8% for 128 kb/s when decoding on arm7tdmi.
-
- Jan 19, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
This should prevent extreme dynalloc behaviour in cases where some bands are heavily attenuated.
-
- Jan 08, 2014
-
-
Gregory Maxwell authored
-
Jean-Marc Valin authored
-
- Jan 07, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Also minor C89 fix for the previous commit
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jan 06, 2014
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
We only keep when concealing less than 10ms with SILK.
-