1. 08 Oct, 2015 1 commit
    • Frank Barchard's avatar
      port ARGB to 565 dithering SSE2 code to GCC. · cc89e3a7
      Frank Barchard authored
      Previously the assembly code was only available to Windows.
      This CL ports the SSE2 code to GCC syntax.
      
      When running a profiler on all the unittests, this function
      was the slowest of all functions that still ran in C code.
         3.71%  libyuv_unittest  libyuv_unittest      [.] ARGBToRGB565DitherRow_C
      
      Was
      ARGBToRGB565Dither_Opt (2894 ms)
      Now
      ARGBToRGB565Dither_Opt (432 ms)
      
      TBR=harryjin@google.com
      BUG=libyuv:492
      
      Review URL: https://codereview.chromium.org/1397673002 .
      cc89e3a7
  2. 07 Oct, 2015 5 commits
  3. 06 Oct, 2015 1 commit
  4. 02 Oct, 2015 1 commit
  5. 01 Oct, 2015 1 commit
  6. 30 Sep, 2015 1 commit
  7. 25 Sep, 2015 5 commits
  8. 24 Sep, 2015 1 commit
  9. 23 Sep, 2015 2 commits
  10. 22 Sep, 2015 5 commits
  11. 18 Sep, 2015 3 commits
  12. 17 Sep, 2015 6 commits
  13. 15 Sep, 2015 2 commits
  14. 14 Sep, 2015 4 commits
  15. 11 Sep, 2015 1 commit
  16. 09 Sep, 2015 1 commit