iamnpc / libyuv

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

NV12 To ARGB #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NV12 unittest fails on linux
[  FAILED  ] libyuvTest.NV12ToARGB_OptVsC
[  FAILED  ] libyuvTest.NV21ToARGB_OptVsC
[  FAILED  ] libyuvTest.NV12ToRGB565_OptVsC
[  FAILED  ] libyuvTest.NV21ToRGB565_OptVsC
[  FAILED  ] libyuvTest.M420ToARGB_OptVsC

Original issue reported on code.google.com by fbarch...@google.com on 21 Jul 2012 at 4:03

GoogleCodeExporter commented 9 years ago
r310 improves the unittest
[ RUN      ] libyuvTest.NV12ToARGB_OptVsC
unit_test/planar_test.cc:141: Failure
Expected: (max_diff) <= (3), actual: 255 vs 3
[  FAILED  ] libyuvTest.NV12ToARGB_OptVsC (1026 ms)

The test passes on Windows, so the error appears to be a bug.

Also version in r309 is wrong.  Fixed in r310
[  FAILED  ] libyuvTest.TestVersion

Original comment by fbarch...@google.com on 21 Jul 2012 at 6:18

GoogleCodeExporter commented 9 years ago
r310 checked in.  unittest passes on linux.
[==========] 135 tests from 1 test case ran. (650468 ms total)
[  PASSED  ] 135 tests.

Bug kept open since the SSSE3 code is disabled and therefor slow
[ RUN      ] libyuvTest.NV12ToARGB_OptVsC
[       OK ] libyuvTest.NV12ToARGB_OptVsC (13534 ms)
[ RUN      ] libyuvTest.NV21ToARGB_OptVsC
[       OK ] libyuvTest.NV21ToARGB_OptVsC (13399 ms)
[ RUN      ] libyuvTest.NV12ToRGB565_OptVsC
[       OK ] libyuvTest.NV12ToRGB565_OptVsC (14113 ms)
[ RUN      ] libyuvTest.NV21ToRGB565_OptVsC
[       OK ] libyuvTest.NV21ToRGB565_OptVsC (13982 ms)

Original comment by fbarch...@google.com on 23 Jul 2012 at 4:04

GoogleCodeExporter commented 9 years ago
r366 fixes the gcc version.

Original comment by fbarch...@google.com on 19 Sep 2012 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by fbarch...@google.com on 19 Sep 2012 at 7:39