Skip to content
Snippets Groups Projects
  1. Oct 16, 2009
  2. Oct 02, 2009
  3. Jul 23, 2009
    • Jean-Marc Valin's avatar
      Implemented "raw bits" · c08be448
      Jean-Marc Valin authored
      Making it so all the information encoded directly with ec_enc_bits() gets
      stored at the end of the stream, without going through the range coder. This
      should be both faster and reduce the effects of bit errors.
      
      Conflicts:
      
      	tests/ectest.c
      c08be448
  4. Jul 01, 2009
  5. Jun 28, 2009
  6. Jun 05, 2009
  7. May 27, 2009
  8. May 26, 2009
    • Timothy B. Terriberry's avatar
      CWRS clean-ups and optimizations. · d98d8ae0
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      Adds specialized O(N*log(K)) versions of cwrsi() and O(N) versions of icwrs()
       for N={3,4,5}, which allows them to operate all the way up to the theoretical
       pulse limit without serious performance degredation.
      Also substantially reduces the computation time and stack usage of
       get_required_bits().
      On x86-64, this gives a 2% speed-up for 256 sample frames, and almost a 16%
       speed-up for 64 sample frames.
      d98d8ae0
  9. Dec 23, 2008
  10. Dec 21, 2008
  11. Nov 11, 2008
  12. Oct 05, 2008
  13. Sep 22, 2008
  14. Sep 19, 2008
  15. Sep 13, 2008
  16. May 27, 2008
  17. May 05, 2008
  18. Apr 25, 2008
  19. Apr 22, 2008
  20. Apr 21, 2008
  21. Apr 20, 2008
  22. Apr 18, 2008
  23. Apr 16, 2008
  24. Apr 10, 2008
  25. Apr 05, 2008
  26. Mar 26, 2008
  27. Mar 18, 2008
  28. Mar 13, 2008
  29. Mar 12, 2008
  30. Mar 07, 2008
  31. Mar 05, 2008
  32. Mar 04, 2008
  33. Mar 02, 2008
Loading