Skip to content
Snippets Groups Projects
  1. Nov 26, 2023
  2. Nov 25, 2023
  3. Nov 21, 2023
  4. 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
  5. Nov 16, 2023
  6. Oct 18, 2023
  7. Oct 17, 2023
  8. Oct 15, 2023
  9. Jun 22, 2023
  10. Jun 21, 2023
  11. Jun 20, 2023
  12. Jun 16, 2023
  13. Jul 10, 2022
  14. Jul 08, 2022
  15. May 12, 2021
  16. Oct 28, 2020
  17. Aug 08, 2020
  18. Jun 13, 2020
  19. Jun 01, 2020
  20. Apr 21, 2020
  21. Apr 26, 2019
  22. Apr 03, 2019
  23. Mar 27, 2018
  24. Nov 07, 2017
  25. May 25, 2017
  26. Apr 13, 2017
  27. Feb 21, 2017
  28. 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
  29. 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
  30. Oct 29, 2016
Loading