- Aug 10, 2016
-
-
Jean-Marc Valin authored
We used the SSE reciprocal square root instruction to vectorize the serch rather than compare one at a time with multiplies. Speeds up the entire encoder by 8-10%.
-
- Aug 06, 2016
-
-
Jean-Marc Valin authored
No measurable speed change.
-
Jean-Marc Valin authored
Speeds up encoding by another ~1-2%
-
Jean-Marc Valin authored
Speeds up CELT encoding by around 5% on x86
-
Jean-Marc Valin authored
-
- Aug 05, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 30, 2016
-
-
Jean-Marc Valin authored
(found through fuzzing)
-
- Jul 28, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
No point in minimizing the rate too since it's almost constant.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jul 27, 2016
-
-
This lets projects which depend on opus build against our test results. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Warning 4146 is "unary minus operator applied to unsigned type, result still unsigned" Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
This works around the issue with using private symbols. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Since DLL builds can't include both fixed and float, separate DLL_fixed configurations added that include fixed silk code and also set FIXED_POINT. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Jul 26, 2016
-
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ralph Giles authored
-
Ricardo Constantino (:RiCON) authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ricardo Constantino (:RiCON) authored
SDLCheck is a superset of BufferSecurityCheck and is off by default. If it's set, it complains that it's overriden by BufferSecurityCheck. Warning 4996 is already ignored in other binaries (fopen being deprecated and suggesting fopen_s). NoExtensions isn't a valid value for EnableEnhancedInstructionSet in x64 builds.
-
Ricardo Constantino (:RiCON) authored
Run before any other project. Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Jul 25, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
For large values of maxabs_Q20, silk_MUL( maxabs_Q20, ind + 1 ) could overflow.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Fixes a potential overflow in high-passed signal for transient detection and ensures that the shift can never go negative
-
Jean-Marc Valin authored
We can't use the attenuation since it doesn't apply to the memory
-
Jean-Marc Valin authored
extrapolation_len can be up to 960+120, so we we need a shift of 10 if the values are very large.
-
Jean-Marc Valin authored
Gives us a tighter bound on the pitch postfilter input to avoid overflows
-
Jean-Marc Valin authored
This could cause overflows when processing non-saturated TDAC values.
-
- Jul 24, 2016
-
-
Jean-Marc Valin authored
Otherwise, the output can grow as large as SIG_SAT/(1-0.75), which can cause an overflow when adding two values (before multiplying by the filter tap).
-
- Jul 22, 2016
-
-
Jean-Marc Valin authored
Reduces the XX values to avoid an overflow in silk_VQ_WMat_EC(), even in floating-point.
-