1. 22 Jan, 2015 2 commits
  2. 21 Jan, 2015 3 commits
  3. 20 Jan, 2015 2 commits
  4. 14 Jan, 2015 1 commit
  5. 12 Jan, 2015 1 commit
    • fbarchard@google.com's avatar
      Change rectangle low level functions to use more conventional row functions… · b2a6af1b
      fbarchard@google.com authored
      Change rectangle low level functions to use more conventional row functions including 'any' variations.  Previously the yuv function SetPlane stored 32 bit values. Now a more conventional memset() style function is used for YUV that stores bytes.  On Haswell a rep stosb is used for YUV.  Overall benefit of this CL is improved performance for 'any' width, and simpler row assembly instead of full image assembly.  Previously ARGBRect used a low level function that supported a rectangle in assembly.  Now it uses a row function, and relies on row coalesce to combine into a single low level call.
      BUG=371
      TESTED=untested
      R=brucedawson@google.com, harryjin@google.com
      
      Review URL: https://webrtc-codereview.appspot.com/35689004
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@1222 16f28f9a-4ce2-e073-06de-1de4eb20be90
      b2a6af1b
  6. 09 Jan, 2015 2 commits
  7. 07 Jan, 2015 2 commits
  8. 31 Dec, 2014 1 commit
  9. 30 Dec, 2014 3 commits
  10. 29 Dec, 2014 1 commit
  11. 19 Dec, 2014 1 commit
  12. 16 Dec, 2014 2 commits
  13. 15 Dec, 2014 3 commits
  14. 13 Dec, 2014 3 commits
  15. 12 Dec, 2014 2 commits
  16. 10 Dec, 2014 1 commit
  17. 09 Dec, 2014 1 commit
  18. 06 Dec, 2014 1 commit
  19. 02 Dec, 2014 5 commits
  20. 24 Nov, 2014 1 commit
  21. 22 Nov, 2014 2 commits