1. 22 Apr, 2013 1 commit
    • Diego Biurrun's avatar
      sh4: Remove dubious aligned dsputil code · 0c15a9aa
      Diego Biurrun authored
      The code represents a considerable maintenance burden and it is not
      clear that it gives a noticeable benefit to outweigh this after 10
      years of improvements in compiler technology since its creation.
      0c15a9aa
  2. 19 Apr, 2013 1 commit
  3. 08 Apr, 2013 1 commit
  4. 13 Mar, 2013 1 commit
  5. 25 Feb, 2013 1 commit
  6. 08 Feb, 2013 1 commit
  7. 07 Feb, 2013 1 commit
  8. 06 Feb, 2013 1 commit
  9. 05 Feb, 2013 4 commits
  10. 24 Jan, 2013 1 commit
  11. 23 Jan, 2013 3 commits
  12. 18 Dec, 2012 1 commit
  13. 10 Dec, 2012 1 commit
  14. 11 Oct, 2012 1 commit
  15. 26 Mar, 2012 1 commit
  16. 15 Feb, 2012 2 commits
  17. 21 Jul, 2011 1 commit
  18. 20 Jul, 2011 1 commit
  19. 21 May, 2011 1 commit
  20. 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
  21. 29 Apr, 2011 1 commit
  22. 26 Apr, 2011 1 commit
  23. 10 Apr, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 8dbe5856
      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 avatarMichael Niedermayer <michaelni@gmx.at>
      8dbe5856
  24. 19 Mar, 2011 1 commit
  25. 18 Jan, 2011 1 commit
  26. 17 Jan, 2011 1 commit
  27. 16 Mar, 2010 2 commits
  28. 08 Mar, 2010 3 commits
  29. 09 Jan, 2009 1 commit
  30. 03 Dec, 2008 1 commit
  31. 20 Nov, 2008 1 commit