Skip to content
Snippets Groups Projects
  1. Dec 04, 2015
  2. Oct 07, 2015
  3. Sep 01, 2015
    • Jonathan Lennox's avatar
      Reorganize x86 SSE intrinsics code. · 43120f00
      Jonathan Lennox authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      Enable x86 intrinsics when building in floating-point mode.
      Support SSE as an arch value.
      Use RTCD to conditionally enable existing floating-point Celt SSE code.
      Call functions directly (without RTCD) when their architecture can be presumed.
      Use SSE4.1 intrinsics optimized code for Silk even in floating-point mode.
      43120f00
  4. Oct 04, 2014
  5. Jan 23, 2014
  6. Jan 07, 2014
  7. Jan 06, 2014
  8. Dec 29, 2013
  9. Dec 11, 2013
  10. Dec 10, 2013
  11. Dec 03, 2013
  12. Nov 18, 2013
  13. Oct 28, 2013
  14. Jul 12, 2013
  15. Jun 17, 2013
  16. Jun 16, 2013
  17. Jun 04, 2013
  18. May 26, 2013
  19. May 18, 2013
  20. May 08, 2013
    • Timothy B. Terriberry's avatar
      Use dynamic stack allocation in the SILK encoder. · c152d602
      Timothy B. Terriberry authored
      This makes all remaining large stack allocations use the vararray
       macros.
      This continues the work of 6f2d9f50 to allow compiling with
       NONTHREADSAFE_PSEUDOSTACK to move the memory for large buffers
       off the stack for devices where it is very limited.
      
      It also does this for some additional large buffers used by the
       PLC in the decoder.
      c152d602
  21. Jan 09, 2013
  22. Jan 03, 2013
  23. Dec 21, 2012
  24. Dec 07, 2012
    • Timothy B. Terriberry's avatar
      Numerous PLC cleanups. · 8eb9bb79
      Timothy B. Terriberry authored
      This should reduce computation, reduce stack usage, and be
       substantially easier to read, but should not change behavior.
      It's not quite bit-exact because I collapsed the application of the
       decay and the fading into a single pass to save one multiply per
       sample, but the difference signal is silent.
      
      It also changes the comments into complete sentences.
      8eb9bb79
  25. Dec 02, 2012
  26. Dec 01, 2012
  27. Nov 29, 2012
  28. Nov 13, 2012
Loading