iamnpc / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

purple lines looks like a scaling issue #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bilinear scaling up seems to produce purple lines sometimes.
See b/5230811

Original issue reported on code.google.com by fbarch...@google.com on 8 Nov 2011 at 6:31

GoogleCodeExporter commented 9 years ago
Issue seen again.  
set LIBYUV_DISABLE_SSSE3=1 makes purple line go away.
set LIBYUV_DISABLE_SSE2=1 makes white lines appear.
suggest adding LIBYUV_FILTER= to narrow down which function has the issue.

Original comment by fbarch...@google.com on 8 Mar 2012 at 3:45

GoogleCodeExporter commented 9 years ago
Fixed in r211

Original comment by fbarch...@google.com on 10 Mar 2012 at 8:23