1. 21 Oct, 2015 1 commit
    • Frank Barchard's avatar
      Fix ARGBToI411 odd width bug. · ba4b409d
      Frank Barchard authored
      The any function for handling ARGBToI411 was not handling the pixel
      replication correctly.  On 422 and odd width was handled by duplicating
      a pixel of source.  411 needs replication for remainders of 1, 2 or 3
      pixels.
      
      The C version was handling odd width but with an average of the remainder
      pixels, which does not match the SIMD 'any' handling off remainder.
      This changes the odd width handling to mimic the any version.
      
      TBR=harryjin@google.com
      BUG=libyuv:491
      
      Review URL: https://codereview.chromium.org/1411733004 .
      ba4b409d
  2. 20 Oct, 2015 4 commits
  3. 19 Oct, 2015 1 commit
  4. 18 Oct, 2015 1 commit
  5. 17 Oct, 2015 1 commit
  6. 16 Oct, 2015 4 commits
  7. 15 Oct, 2015 3 commits
  8. 14 Oct, 2015 3 commits
  9. 13 Oct, 2015 1 commit
  10. 12 Oct, 2015 3 commits
  11. 08 Oct, 2015 6 commits
  12. 07 Oct, 2015 5 commits
  13. 06 Oct, 2015 1 commit
  14. 02 Oct, 2015 1 commit
  15. 01 Oct, 2015 1 commit
  16. 30 Sep, 2015 1 commit
  17. 25 Sep, 2015 3 commits