Closed GoogleCodeExporter closed 9 years ago
r1454 fixes libyuvTest.ARGBSobelToPlane_Any and disables TestScaleJ420
Original comment by fbarch...@chromium.org
on 28 Jul 2015 at 11:05
Attached is full output
[ RUN ] libyuvTest.ARGBSobelToPlane_Any
../../unit_test/planar_test.cc:1691: Failure
Value of: max_diff
Actual: 255
Expected: 0
[ FAILED ] libyuvTest.ARGBSobelToPlane_Any (2 ms)
../../unit_test/color_test.cc:134: Failure
The difference between static_cast<int>(orig_pixels[i]) and
static_cast<int>(dst_pixels_opt[i]) is 4, which exceeds 3, where
static_cast<int>(orig_pixels[i]) evaluates to 0,
static_cast<int>(dst_pixels_opt[i]) evaluates to 4, and
3 evaluates to 3.
[ FAILED ] libyuvTest.TestJ420 (86 ms)
Original comment by fbarch...@chromium.org
on 7 Aug 2015 at 5:47
Attachments:
fixed in r1461. increased arm error tolerance to 4 from 3.
Original comment by fbarch...@chromium.org
on 7 Aug 2015 at 7:32
Original comment by fbarch...@chromium.org
on 7 Aug 2015 at 7:33
Original issue reported on code.google.com by
fbarch...@chromium.org
on 28 Jul 2015 at 12:29