1. 20 Jul, 2014 1 commit
  2. 18 Jul, 2014 2 commits
  3. 30 Jun, 2014 1 commit
  4. 22 Jun, 2014 1 commit
  5. 18 Jun, 2014 1 commit
  6. 29 May, 2014 1 commit
  7. 20 Mar, 2014 2 commits
  8. 13 Mar, 2014 1 commit
  9. 08 Dec, 2013 1 commit
  10. 19 Apr, 2013 1 commit
  11. 25 Feb, 2013 1 commit
  12. 06 Feb, 2013 1 commit
  13. 05 Feb, 2013 2 commits
  14. 24 Jan, 2013 1 commit
  15. 23 Jan, 2013 3 commits
  16. 22 Jan, 2013 4 commits
  17. 20 Jan, 2013 1 commit
  18. 16 Jan, 2013 1 commit
  19. 26 Nov, 2012 1 commit
  20. 18 Jul, 2012 1 commit
  21. 18 Jun, 2012 1 commit
  22. 08 Jun, 2012 1 commit
  23. 21 Apr, 2012 1 commit
  24. 07 Mar, 2012 1 commit
  25. 01 Dec, 2011 2 commits
  26. 28 Sep, 2011 1 commit
  27. 27 Jul, 2011 1 commit
  28. 21 Jul, 2011 1 commit
  29. 20 Jul, 2011 1 commit
  30. 02 Jul, 2011 1 commit
  31. 10 May, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 19a0729b
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      19a0729b