almondyoung / libyuv

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

I420ToARGB AVX2 version fails #489

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
c:\intelsde\sde -ast -hsw -- out\release\libyuv_unittest.exe 
--gtest_catch_exceptions=0 --gtest_filter=*I420ToARGB_Opt
Note: Google Test filter = *I420ToARGB_Opt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from libyuvTest
[ RUN      ] libyuvTest.I420ToARGB_Opt

What is the expected output? 
Pass

What do you see instead?
Crash

SSSE3 version works.

Original issue reported on code.google.com by fbarch...@chromium.org on 8 Sep 2015 at 6:20

GoogleCodeExporter commented 8 years ago
fix checked into libyuv r1481
offset to width parameter passed was off by 4

Original comment by fbarch...@chromium.org on 9 Sep 2015 at 9:41