adding expected results to the viterbi test for neon

This commit is contained in:
yagoda 2020-04-13 12:05:03 +02:00 committed by Andre Puschmann
parent 6fedec8223
commit eed6240a4b
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ static expected_errors_t expected_errors[] = {{1000, 1, 40, true, 0.0, 7282},
{1000, 1, 40, true, 3.0, 176},
{1000, 1, 40, true, 4.5, 24},
{1000, 1, 56, true, 0.0, 7282},
{1000, 1, 56, true, 2.0, 725},
{1000, 1, 56, true, 3.0, 176},
{1000, 1, 56, true, 4.5, 24},
{100, 1, 1000, true, 0.0, 13208},
{100, 1, 1000, true, 2.0, 939},
{100, 1, 1000, true, 3.0, 110},