Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 16, 2023
  3. Oct 18, 2023
  4. Oct 17, 2023
  5. Oct 15, 2023
  6. Jun 22, 2023
  7. Jun 21, 2023
  8. Jun 20, 2023
  9. Jun 16, 2023
  10. Jul 10, 2022
  11. Jul 08, 2022
  12. May 12, 2021
  13. Oct 28, 2020
  14. Aug 08, 2020
  15. Jun 13, 2020
  16. Jun 01, 2020
  17. Apr 21, 2020
  18. Apr 26, 2019
  19. Apr 03, 2019
  20. Mar 27, 2018
  21. Nov 07, 2017
  22. May 25, 2017
  23. Apr 13, 2017
  24. Feb 21, 2017
  25. Feb 15, 2017
    • Jean-Marc Valin's avatar
      Adding a unit test for LPC_inv_pred_gain() · 68688651
      Jean-Marc Valin authored
      It checks that no clearly unstable filter passes the LPC_inv_pred_gain()
      test. Also, this will make it possible to check assembly for correctness.
      
      Modified from an original patch from Linfeng Zhang <linfengz@google.com>.
      68688651
  26. Nov 17, 2016
    • Ricardo Constantino's avatar
      genversion.bat: generate same version as update_version · 8fe210f1
      Ricardo Constantino authored and Ralph Giles's avatar Ralph Giles committed
      
      Remove version.mk and references to it in the repo.
      
      genversion.bat will now generate the same version strings as
      update_version script, i.e. without 'v' prefix and without a
      fallback if git archive is used.
      
      If run from a release tarball it'll use package_version,
      like configure. If run from a git repo, it will use the same
      'git describe' with '-dirty' as update_version.
      
      Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
      8fe210f1
  27. Oct 29, 2016
  28. Jul 27, 2016
  29. Jul 26, 2016
  30. Jul 06, 2016
Loading