KerwinMa / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ARGBInterpolate fails for SSE2 #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ARGBInterpolate fails when using SSE2 version of interpolation.  This will be 
crippled for now, but the implication is ARGBScale with bilinear has the same 
issue.

Original issue reported on code.google.com by fbarch...@google.com on 12 Jul 2012 at 6:06

GoogleCodeExporter commented 9 years ago
r301 disables SSE2 for bilinear (not point or box) filter for both I420 and 
ARGB.
This is just short term until a better unittest can verify the behavior and 
reenable the SSE2.

Original comment by fbarch...@google.com on 13 Jul 2012 at 1:05

GoogleCodeExporter commented 9 years ago
Fixed in r354. ARGBInterpolate switched to new low level, with SSSE3 only.

Original comment by fbarch...@google.com on 16 Sep 2012 at 5:02