watery01 / libyuv

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

Scale by 2/3 unittest fail #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bilinear YUV is failing on linux.

libyuvTest.ScaleDownBy2by3_Bilinear: 
filter 1 -      334 us C -       95 us OPT
../../unit_test/scale_test.cc:158: Failure
Expected: (diff) <= (3), actual: 70 vs 3

r855 test is disabled.  likely relates to odd width and/or height.

Original issue reported on code.google.com by fbarch...@google.com on 15 Nov 2013 at 6:06

GoogleCodeExporter commented 9 years ago
fixed in r864

Original comment by fbarch...@google.com on 20 Nov 2013 at 1:26