1. 14 Feb, 2017 1 commit
  2. 08 Nov, 2016 1 commit
  3. 27 May, 2016 1 commit
  4. 24 May, 2016 1 commit
  5. 23 May, 2016 1 commit
  6. 06 May, 2016 1 commit
  7. 13 Nov, 2015 1 commit
  8. 04 Nov, 2015 1 commit
  9. 13 Oct, 2015 1 commit
  10. 22 Sep, 2015 1 commit
    • Frank Barchard's avatar
      Replace random with fastrand · 16f12b58
      Frank Barchard authored
      random / rand is slow and impacts performance testing.
      Although its only called to clear a frame once, a typical profile shows
      it high in the overall profile, when doing 1000 frames for a benchmark.
      
      95.10%  libyuv_unittest  libyuv_unittest      [.] YUY2ToARGBRow_SSSE3
       2.01%  libyuv_unittest  libc-2.19.so         [.] __random_r
       1.13%  libyuv_unittest  libc-2.19.so         [.] __random
      
      Replace random is a faster version for unittests.
      
      set LIBYUV_WIDTH=1280
      set LIBYUV_HEIGHT=720
      set LIBYUV_REPEAT=999
      set LIBYUV_FLAGS=-1
      out\release\libyuv_unittest --gtest_filter=*YUY2ToARGB*  | findms
      
      Was
      libyuvTest.YUY2ToARGB_Opt (497 ms)
      
      Now
      libyuvTest.YUY2ToARGB_Opt (454 ms)
      
      R=harryjin@google.com
      BUG=none
      
      Review URL: https://codereview.chromium.org/1361813002 .
      16f12b58
  11. 04 Jun, 2015 1 commit
  12. 30 May, 2015 1 commit
  13. 26 May, 2015 1 commit
  14. 22 May, 2015 1 commit
  15. 16 Apr, 2015 1 commit
  16. 15 Apr, 2015 1 commit
  17. 26 Mar, 2015 1 commit
  18. 07 Oct, 2014 1 commit
  19. 18 Mar, 2014 1 commit
  20. 26 Dec, 2013 1 commit
  21. 17 Dec, 2013 1 commit
  22. 10 Dec, 2013 1 commit
  23. 09 Dec, 2013 1 commit
  24. 05 Dec, 2013 1 commit
  25. 27 Nov, 2013 1 commit
  26. 20 Nov, 2013 1 commit
  27. 15 Nov, 2013 1 commit
  28. 11 Nov, 2013 1 commit
  29. 21 Oct, 2013 2 commits
  30. 18 Oct, 2013 1 commit
  31. 03 Sep, 2013 1 commit
  32. 15 Jun, 2013 1 commit
  33. 13 Jun, 2013 1 commit
  34. 10 Jun, 2013 1 commit
  35. 05 Jun, 2013 1 commit
  36. 04 Jun, 2013 1 commit
  37. 30 May, 2013 1 commit
  38. 15 May, 2013 1 commit
  39. 06 May, 2013 1 commit