1. 23 Feb, 2014 1 commit
  2. 21 Jan, 2014 4 commits
  3. 13 Jan, 2014 1 commit
  4. 12 Jan, 2014 3 commits
  5. 10 Jan, 2014 2 commits
  6. 08 Jan, 2014 1 commit
  7. 28 Dec, 2013 1 commit
  8. 26 Dec, 2013 1 commit
  9. 24 Dec, 2013 1 commit
  10. 16 Dec, 2013 1 commit
  11. 15 Dec, 2013 4 commits
  12. 14 Dec, 2013 2 commits
  13. 13 Dec, 2013 1 commit
  14. 07 Dec, 2013 1 commit
  15. 05 Dec, 2013 1 commit
  16. 22 Nov, 2013 1 commit
  17. 19 Nov, 2013 6 commits
  18. 16 Nov, 2013 1 commit
  19. 05 Nov, 2013 1 commit
  20. 04 Nov, 2013 1 commit
  21. 30 Oct, 2013 1 commit
    • Reimar Döffinger's avatar
      Optimize pure C unscaled yuv2rgb. · 4fab08c9
      Reimar Döffinger authored
      Aligning the tables reduces the amount of code generated on
      e.g. ARM as the offset constant then has few enough set bits
      so it can be encoded inside a single instruction instead of 2.
      Ideally all should be declared aligned, but the DECLARE_ALIGNED
      macros does not work with pointer tables, thus also reordered
      the tables.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      4fab08c9
  22. 24 Oct, 2013 1 commit
  23. 23 Oct, 2013 1 commit
  24. 17 Oct, 2013 2 commits