Cidana-Developers / Cidana-SVT-AV1

SVT-AV1 Unit Test
Other
0 stars 0 forks source link

E2E test failed in parameter SvtAv1E2EParamSuperBlockSizeTest #80

Open edmond-zhu opened 5 years ago

edmond-zhu commented 5 years ago

The value of parameter "super_block_size" is different with setting. For more detail please review the log in attached. log2.txt

Cidana-Developers commented 5 years ago

@edmond-zhu Could you be more specific? Like the encoder setting? how to run the test?

edmond-zhu commented 5 years ago

Test failed in super_block_size is setting to 128, but the value in sequence header is 64. refer to: C:\Works\AV1\Cidana-SVT-AV1\test\e2etest\SvtAv1E2EParamsTest.cc(131): error: Value of: parser->get_item(param_namestr).c_str() Actual: "64" Expected: param_valuestr.c_str() Which is: "128" e2e parameter super_block_size test failed