Cidana-Developers / Cidana-SVT-AV1

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

E2E test failed with reference decoder return corrupted frame in SvtAv1E2EParamProfileTest #81

Open edmond-zhu opened 5 years ago

edmond-zhu commented 5 years ago

reference can not decode data with return corrupted frame data, also sequence parser can not parse the header. For more detail, please check the log in attached. log.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

when running test case SvtAv1E2EParamProfileTest with the parameter profile set to 1 or 2, the reference decoder report error no. 7(AOM_CODEC_CORRUPT_FRAME) when in verification.

As following print: C:\Works\AV1\Cidana-SVT-AV1\test\e2e_test\SvtAv1E2EFramework.cc(583): error: Value of: RefDecoder::REF_CODEC_OK Actual: 0 Expected: referdec->process_data(data, size) Which is: -7 C:\Works\AV1\Cidana-SVT-AV1\test\e2e_test\SvtAv1E2EFramework.cc(583): error: Value of: RefDecoder::REF_CODEC_OK Actual: 0 Expected: referdec->process_data(data, size) Which is: -7