Skip to content
Snippets Groups Projects
  1. Sep 28, 2017
    • Jean-Marc Valin's avatar
      Better rate allocation for stereo SILK in hybrid mode · f3cff05e
      Jean-Marc Valin authored
      SILK was being allocated too few bits for stereo hybrid, often resulting
      in forced narrowing of the width. We now allocate more bits to SILK
      and reduce the threshold for narrowing. This improves quality enough that
      the bitrate threshold for switching to SILK can be increased to 44 kb/s.
      f3cff05e
  2. Sep 19, 2017
  3. Sep 11, 2017
  4. Aug 29, 2017
  5. Aug 24, 2017
    • Ray Essick's avatar
      fix alignment exceptions · 492fc927
      Ray Essick authored and Felicia Lim's avatar Felicia Lim committed
      
      some SSE optimizations were using an instruction sequence that required
      128-bit alignment, even though this is not always guaranteed. The error
      was in handling a 64-bit entity; made the same macro changes that had
      been done previously for 32-bit entities.
      
      Signed-off-by: default avatarFelicia Lim <flim@google.com>
      492fc927
  6. Aug 20, 2017
  7. Aug 17, 2017
  8. Aug 11, 2017
  9. Jul 26, 2017
  10. Jul 25, 2017
  11. Jul 16, 2017
  12. Jul 13, 2017
  13. Jul 12, 2017
  14. Jul 06, 2017
  15. Jun 28, 2017
  16. Jun 26, 2017
  17. Jun 20, 2017
  18. Jun 19, 2017
  19. Jun 16, 2017
  20. Jun 14, 2017
  21. Jun 13, 2017
    • Ralph Giles's avatar
      Fix a duplicate symbol name. · 34d821ce
      Ralph Giles authored
      
      Both versions of silk/tables_NLSF_CB had symbols
      named silk_NLSF_CB1_Wght_Q9 which causes problems
      if both files are build as part of the same
      compilation unit. Rename the wideband version
      to include a 'WB' string to avoid the conflict.
      
      Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
      34d821ce
  22. Jun 10, 2017
  23. Jun 09, 2017
  24. Jun 06, 2017
  25. Jun 04, 2017
  26. Jun 02, 2017
Loading