iniwf / webm

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

Encode perf test is failing #901

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

test/encode_test_driver.h:123: Failure
Value of: res
  Actual: 8
Expected: VPX_CODEC_OK
Which is: 0
cpu_used out of range [-8..8]
test/encode_perf_test.cc:147: Failure
Expected: RunLoop(&video) doesn't generate new fatal failures in the current 
thread.
  Actual: it does.
[  FAILED  ] VP9/VP9EncodePerfTest.PerfTest/0, where GetParam() = (0x184354, 0) 
(335700 ms)

Original issue reported on code.google.com by fgalli...@google.com on 18 Dec 2014 at 10:45

GoogleCodeExporter commented 9 years ago
I suspect webrtc is using some weird values for VP9 as well (at least, they're 
probably not doing anything different from VP8, which might lead to using 12), 
so this might cause issues in the chrome roll.

Adding marpan@ as fyi

Original comment by johannko...@google.com on 18 Dec 2014 at 10:54

GoogleCodeExporter commented 9 years ago
This is the change that modified the range. 
https://gerrit.chromium.org/gerrit/#/c/73308/

Original comment by fgalli...@google.com on 18 Dec 2014 at 10:57

GoogleCodeExporter commented 9 years ago
Fixed: https://gerrit.chromium.org/gerrit/#/c/73320/

Original comment by fgalli...@google.com on 19 Dec 2014 at 6:32