Chen-tao / webm

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

vp9 unit test fails under VS2008 #568

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from 
https://groups.google.com/a/webmproject.org/forum/?fromgroups=#!topic/webm-discu
ss/-xws2UT8_jk

If I build with VS without "--enable-realtime-only" then only one test fails 
(regardless of VPX_SIMD_CAPS=0):

..\test\fdct8x8_test.cc(56): error: Value of: bias_acceptable
  Actual: false
Expected: true
Error: 8x8 FDCT has a sign bias > 1% for input range [-255, 255] at index 36
..\test\fdct8x8_test.cc(56): error: Value of: bias_acceptable
  Actual: false
Expected: true
Error: 8x8 FDCT has a sign bias > 1% for input range [-255, 255] at index 52
[  FAILED  ] VP9Fdct8x8Test.SignBiasCheck (552 ms)

Original issue reported on code.google.com by jkoles...@google.com on 29 Mar 2013 at 4:56

GoogleCodeExporter commented 9 years ago
Stop for your E-Mail !!!

Original comment by Pickart...@gmail.com on 3 Apr 2013 at 10:57

GoogleCodeExporter commented 9 years ago
This should get addressed here:

https://gerrit.chromium.org/gerrit/#/c/47405/

It's worth noting that this problem was reproducible with mingw-w64 and seems 
to have to do with RAND_MAX=32767 in those builds vs. 2^31-1. The current code 
extracts the [0, 255] range from bits 8-16, so there was likely less entropy 
there.

Original comment by jz...@google.com on 5 Apr 2013 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 11 Apr 2013 at 10:08