Gamaru / libyuv

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

LibYUVColorTest.TestI420 #549

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
set LIBYUV_HEIGHT=123
out\release\libyuv_unittest.exe --gtest_catch_exceptions=0 
--gtest_filter=*Test?420

d:\src\build\libyuv\libyuv\unit_test\color_test.cc(134): error: The difference 
between static_cast<int>(orig_pixels[i]) and 
static_cast<int>(dst_pixels_opt[i]) is 12, which exceeds
 5, where
static_cast<int>(orig_pixels[i]) evaluates to 106,
static_cast<int>(dst_pixels_opt[i]) evaluates to 118, and
5 evaluates to 5.

[  FAILED  ] 2 tests, listed below:
[  FAILED  ] LibYUVColorTest.TestI420
[  FAILED  ] LibYUVColorTest.TestJ420

Original issue reported on code.google.com by fbarch...@google.com on 19 Jan 2016 at 11:59

GoogleCodeExporter commented 8 years ago
Fixed in r1568

Original comment by fbarch...@google.com on 20 Jan 2016 at 12:17