- Nov 21, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Not yet with rtcd
-
Jean-Marc Valin authored
-
- Nov 20, 2023
-
-
Jean-Marc Valin authored
Fixes warnings, undefined behaviour, and check-asm failure
-
The optimization is bit-exact with C function. This optimization speeds up SILK encoder (floating point) as following: AMD Zen: Complexity 0-5 : 0% Complexity 6-7 : 3 - 7% Complexity 8-10: 8 - 15% Intel Skylake: Complexity 0-5 : 0% Complexity 6-7 : 14 - 18% Complexity 8-10: 17 - 22% Adapted by Jean-Marc Valin
-
Jean-Marc Valin authored
Not hooked up
-
- Nov 18, 2023
-
-
Jean-Marc Valin authored
Reducing the dependency chain between tmp1 and tmp2 at the cost of an extra multiply.
-
- Nov 16, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Starting with compute_linear()
-
- Nov 15, 2023
-
-
Jean-Marc Valin authored
Saves ~270 kB of weights in the decoder
-
- Nov 07, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Removing some indirections
-
Jean-Marc Valin authored
-
- Nov 06, 2023
-
-
Jean-Marc Valin authored
Only code non-degenerate symbols, which makes the encoder faster
-
Jean-Marc Valin authored
-
- Nov 04, 2023
-
-
Update silk/x86/NSQ_del_dec_sse4_1.c to match the remaining silk/NSQ_del_dec.c changes made in c913dc38 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Nov 03, 2023
-
-
Co-authored-by:
James Zern <jzern@google.com>
-
- Oct 30, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Oct 29, 2023
-
-
Jean-Marc Valin authored
-
- Oct 21, 2023
-
-
Jean-Marc Valin authored
-
- Oct 18, 2023
-
-
Jean-Marc Valin authored
Controls whether deep PLC is enabled
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
No dependency on the data files if no DNN code enabled
-
- Oct 15, 2023
-
-
Jean-Marc Valin authored
Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
Jean-Marc Valin authored
Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
- Oct 07, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Those intrinsics don't actually require alignment so we're OK
-
- Oct 06, 2023
-
-
Jean-Marc Valin authored
Using a max lambda of 0.04
-
Jean-Marc Valin authored
Remove old pitch estimator and retrain all models
-
- Oct 02, 2023
-
-
Jean-Marc Valin authored
-
- Sep 27, 2023
-
-
Jean-Marc Valin authored
-
- Sep 26, 2023
-
-
Jean-Marc Valin authored
-
- Sep 23, 2023
-
-
Jean-Marc Valin authored
-
- Sep 20, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
More efficient than PVQ
-
- Aug 09, 2023
-
-
Jean-Marc Valin authored
There was a suggestion to use 127 for extending the extension ID space
-
Jean-Marc Valin authored
When ready, change DRED_EXTENSION_ID to the final ID, remove DRED_EXPERIMENTAL_VERSION completely, and change DRED_EXPERIMENTAL_BYTES to zero (eventually remove it).
-
- Jul 28, 2023
-
-
Jean-Marc Valin authored
-