Skip to content
Snippets Groups Projects
  1. Dec 20, 2023
  2. Nov 21, 2023
  3. Nov 20, 2023
    • Victor Ding's avatar
      Optimize NSQ_del_dec() for AVX2 · 735c4070
      Victor Ding authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      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
      735c4070
  4. Jun 16, 2023
  5. Jul 10, 2022
  6. Apr 03, 2019
  7. Sep 11, 2017
  8. May 17, 2017
  9. Apr 13, 2017
  10. Feb 15, 2017
  11. Jan 30, 2017
  12. Jul 17, 2016
  13. Jul 06, 2016
  14. Oct 04, 2014
  15. Oct 29, 2011
  16. Oct 11, 2011
  17. Sep 29, 2011
  18. Sep 28, 2011
  19. Sep 16, 2011
  20. Aug 02, 2011
    • Jean-Marc Valin's avatar
      Makefile fixes · b2c00d27
      Jean-Marc Valin authored
      silk_sources.mk no longer needs to be patched (s/if/ifdef/) for
      the draft Makefile to work.
      b2c00d27
  21. Jun 11, 2011
    • Jean-Marc Valin's avatar
      Addressing multiple LSF-related issues · f6e781ab
      Jean-Marc Valin authored
      - Merged the LPC stabilization from NLSF2A_stable.c into NLSF2A.c
      - The bandwidth expansion in NLSF2A() now operates on int32 LPC coefficients in
      Q17 domain (instead of int16 Q12 coefficients)
      - The function bwexpander_32() has a more precise way of updating the chirp
      variable (round to nearest, instead of round down)
      - Changed a few variables in NLSF_stabilize() from int16 to int32 to avoid signed
      wrap-around (no difference in results as the wrap-around would always be reversed
      later)
      - The LSF codebook for WB speech has a quantization stepsize of 0.15 (was 0.16).
      This doesn't break the bitstream, although it slightly limits quality of signals
      encoded with the old version and decoded with the new one (I can't really hear it
      and PESQ gives high scores as well).  I does improve handling of tonal signals.
      - As discussed: the Q-domain of the poly function is now in Q16 (was Q20)
      - As discussed: limiting the LSFs in NLSF_decode() to 0...32767
      - The silk_NLSF_DELTA_MIN values were lowered to deal with a possible future situation with less or no input HP filtering.
      f6e781ab
  22. May 19, 2011
    • Jean-Marc Valin's avatar
      Squashed commit of the following: · 103302b3
      Jean-Marc Valin authored
      commit 5b64cf7c4d67af9050bc959996ef976ce6326888
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 16:40:35 2011 -0400
      
          Fixes a few bugs introduced in the latest update
      
      commit b91eb86025d2de3c4cf04f4fb1aa48a28ad676a3
      Author: Timothy B. Terriberry <tterribe@xiph.org>
      Date:   Thu May 19 16:12:02 2011 -0400
      
          build_draft.sh fixes
      
      commit 0b10c30db7ad60ff7d4bfc1139bdb86e0543c035
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:30:21 2011 -0400
      
          Fixes the draft build
      
      commit 164424cded5978e657105104e171ac202dde5e5b
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:00:23 2011 -0400
      
          Updated build system
      
      commit 188d9fcba8c3a1b1ad67c67c430e1b37e3658a40
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Thu May 19 17:14:57 2011 -0400
      
          SILK/Opus update
      103302b3
  23. May 04, 2011
  24. May 02, 2011
    • Jean-Marc Valin's avatar
      build fixes · 7798467a
      Jean-Marc Valin authored
      7798467a
    • Koen Vos's avatar
      Squashed commit of the following: · 494ce976
      Koen Vos authored
      commit dfe4d46f9abf6b0e96e66370d428da4e283204ce
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:59:45 2011 -0400
      
          SILK file list update
      
      commit 5faf541d86445eb8ce1775ea206e88afe83c7107
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Mon May 2 09:51:29 2011 -0400
      
          Makefiles update
      
      commit f5d70b3ccbe209cc07a1a604fffca93ea34bc64b
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Mon May 2 09:50:33 2011 -0400
      
          SILK stereo update and MSVC build update
      494ce976
  25. Apr 30, 2011
  26. Apr 29, 2011
  27. Apr 28, 2011
  28. Mar 09, 2011
  29. Feb 17, 2011
  30. Feb 15, 2011
  31. Feb 14, 2011
Loading