1. 12 Oct, 2015 1 commit
  2. 08 Oct, 2015 2 commits
  3. 07 Oct, 2015 2 commits
    • Frank Barchard's avatar
      Pass yuvconstants to YUV conversions for neon 64 bit · 013080f2
      Frank Barchard authored
      SETUP provided by zhongwei.yao@linaro.org
      
      Previously the 64 bit Neon code had hard coded constants in the setup macro
      for YUV conversion, while 32 bit Neon code supported the yuvconstants
      parameter.
      
      This change accepts the constants passed to the YUV conversion row function,
      allowing different color spaces to be respected - naming JPEG and BT.709.
      As well as the existing BT.601.
      
      TBR=harryjin@google.com
      BUG=libyuv:472
      
      Review URL: https://codereview.chromium.org/1384323002 .
      013080f2
    • Frank Barchard's avatar
      Reimplement NV21ToARGB to allow different color matrix. · 914a9856
      Frank Barchard authored
      Low level for NV21ToARGB written to accept yuv matrix used by
      other YUV to ARGB functions.
      Previously NV21 was implemented for Windows using NV12 with a different
      matrix that swapped U and V.  But the Arm version of the low level does
      not allow the matrix U and V contributions to be swapped.
      Using a new low level function that reads NV21 and uses the same
      yuvconstants as other YUV conversion functions allows an Arm port of
      this function.
      
      TBR=harryjin@google.com
      BUG=libyuv:500
      
      Review URL: https://codereview.chromium.org/1388273002 .
      914a9856
  4. 25 Sep, 2015 2 commits
    • Frank Barchard's avatar
      win64 version of I422AlphaToARGB. · febc26a2
      Frank Barchard authored
      Was
      I420AlphaToARGB_Premult (8861 ms)
      I420AlphaToARGB_Opt (7119 ms)
      Now
      I420AlphaToABGR_Premult (2840 ms)
      I420AlphaToARGB_Opt (484 ms)
      
      C function switched to 1 step.
      Was
      I420AlphaToARGB_Premult (8862 ms)
      I420AlphaToABGR_Opt (6718 ms)
      
      Now
      I420AlphaToARGB_Premult (8706 ms)
      I420AlphaToARGB_Opt (6541 ms)
      
      R=harryjin@google.com
      BUG=libyuv:496, libyuv:473
      
      Review URL: https://codereview.chromium.org/1359183003 .
      febc26a2
    • Frank Barchard's avatar
      I420Alpha row function in 1 pass. · e365cdde
      Frank Barchard authored
      API change - I420AlphaToARGB takes flag indicating if RGB should be
      premultiplied by alpha.
      
      This version implements an efficient SSSE3 version for Windows.
      C version done in 2 steps.
      
      Was
      libyuvTest.I420AlphaToARGB_Any (1136 ms)
      libyuvTest.I420AlphaToARGB_Unaligned (1210 ms)
      libyuvTest.I420AlphaToARGB_Invert (966 ms)
      libyuvTest.I420AlphaToARGB_Opt (1031 ms)
      libyuvTest.I420AlphaToABGR_Any (1020 ms)
      libyuvTest.I420AlphaToABGR_Unaligned (1359 ms)
      libyuvTest.I420AlphaToABGR_Invert (1082 ms)
      libyuvTest.I420AlphaToABGR_Opt (986 ms)
      
      R=harryjin@google.com
      BUG=libyuv:496
      
      Review URL: https://codereview.chromium.org/1367093002 .
      e365cdde
  5. 23 Sep, 2015 1 commit
    • Frank Barchard's avatar
      YUY2ToARGB avx2 in 1 step conversion. · 000cf89c
      Frank Barchard authored
      Includes UYVYToARGB ssse3 fix.
      
      Was
      YUY2ToARGB_Opt (433 ms)
      69.79%  libyuv_unittest  libyuv_unittest      [.] I422ToARGBRow_AVX2
      20.73%  libyuv_unittest  libyuv_unittest      [.] YUY2ToUV422Row_AVX2
       6.04%  libyuv_unittest  libyuv_unittest      [.] YUY2ToYRow_AVX2
       0.77%  libyuv_unittest  libyuv_unittest      [.] YUY2ToARGBRow_AVX2
      
      Now
      YUY2ToARGB_Opt (280 ms)
      95.66%  libyuv_unittest  libyuv_unittest      [.] YUY2ToARGBRow_AVX2
      
      BUG=libyuv:494
      R=harryjin@google.com
      
      Review URL: https://codereview.chromium.org/1364813002 .
      000cf89c
  6. 22 Sep, 2015 2 commits
  7. 18 Sep, 2015 2 commits
  8. 17 Sep, 2015 2 commits
  9. 15 Sep, 2015 1 commit
  10. 11 Sep, 2015 1 commit
  11. 06 Sep, 2015 1 commit
  12. 03 Sep, 2015 1 commit
  13. 02 Sep, 2015 1 commit
  14. 24 Aug, 2015 1 commit
  15. 19 Aug, 2015 1 commit
  16. 27 Jul, 2015 1 commit
  17. 16 Jul, 2015 1 commit
  18. 18 Jun, 2015 1 commit
  19. 27 May, 2015 1 commit
  20. 19 Mar, 2015 1 commit
  21. 17 Mar, 2015 2 commits
  22. 16 Mar, 2015 2 commits
  23. 06 Mar, 2015 1 commit
  24. 02 Mar, 2015 1 commit
  25. 27 Feb, 2015 1 commit
  26. 24 Feb, 2015 3 commits
  27. 23 Feb, 2015 1 commit
  28. 21 Feb, 2015 1 commit
  29. 20 Feb, 2015 2 commits