1. 22 Oct, 2015 2 commits
    • Frank Barchard's avatar
      odd width 444 fix · 430bb0a0
      Frank Barchard authored
      TBR=harryjin@google.com
      BUG=libyuv:510
      
      Review URL: https://codereview.chromium.org/1415583003 .
      430bb0a0
    • Frank Barchard's avatar
      bug fix for odd width 16/24 bit to i420 · 90335f60
      Frank Barchard authored
      A bug was introduced on arm when the code for 'any' width switch to
      a temporary stack buffer and simd.
      The C version handles odd width by doing 1 pixel, instead of averaging 2.
      But the SIMD any version is supposed to replicate the last pixel, then
      the subsampling in Neon will average the pixel with itself, producing
      the same result.
      The previous version did this, but only for ARGB 32 bit, which was to
      avoid introducing issues with subsampled YUY2 source.  This CL adds
      replication for RGB 16 bit values.
      
      TBR=harryjin@google.com
      BUG=libyuv:510
      
      Review URL: https://codereview.chromium.org/1418983003 .
      90335f60
  2. 21 Oct, 2015 2 commits
  3. 20 Oct, 2015 4 commits
  4. 19 Oct, 2015 1 commit
  5. 18 Oct, 2015 1 commit
  6. 17 Oct, 2015 1 commit
  7. 16 Oct, 2015 4 commits
  8. 15 Oct, 2015 3 commits
  9. 14 Oct, 2015 3 commits
  10. 13 Oct, 2015 1 commit
  11. 12 Oct, 2015 3 commits
  12. 08 Oct, 2015 6 commits
  13. 07 Oct, 2015 5 commits
  14. 06 Oct, 2015 1 commit
  15. 02 Oct, 2015 1 commit
  16. 01 Oct, 2015 1 commit
  17. 30 Sep, 2015 1 commit