Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: EXIT_CODE_NON_BE: 123 EXIT_CODE_FAIL: 1 LONG_TEST_SUITE: "tests/codec_be_on_mr_nonselection tests/renderer --param_file scripts/config/self_test_ltv.prm" SHORT_TEST_SUITE: "tests/codec_be_on_mr_nonselection" SHORT_TEST_SUITE: "tests/codec_be_on_mr_nonselection/test_param_file.py --param_file self_test_ism1.prm" TEST_SUITE: "" DUT_ENCODER_PATH: "./IVAS_cod" DUT_DECODER_PATH: "./IVAS_dec" Loading self_test_ism1.prm 0 → 100644 +19 −0 Original line number Diff line number Diff line // Self-test parameter file // // - each test must have a tag (unique name) which must be entered as a comment (you can use // /* or rem comment) // - the following line must be the encoder command line // - the following line must be the decoder command line // - if the name of the output file are exactly the same as // the name of the test vector located in ./testv directory, these files will be compared for bit-exactness // (the easiest way how to achieve this is to use the name of the test vector itself, as shown below) // 1 ISM with metadata at 13.2 kbps, 48 kHz in, 48 kHz out, EXT out ../IVAS_cod -ism 1 testv/stvISM1.csv 13200 48 testv/stv1ISM48s.wav bit ../IVAS_dec EXT 48 bit testv/stv1ISM48s.wav_13200_48-48_EXT.tst // 1 ISM with metadata at 13.2 kbps, 48 kHz in, 48 kHz out, MONO out ../IVAS_cod -ism 1 testv/stvISM1.csv 13200 48 testv/stv1ISM48s.wav bit ../IVAS_dec MONO 48 bit testv/stv1ISM48s.wav_13200_48-48_MONO.tst Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ variables: EXIT_CODE_NON_BE: 123 EXIT_CODE_FAIL: 1 LONG_TEST_SUITE: "tests/codec_be_on_mr_nonselection tests/renderer --param_file scripts/config/self_test_ltv.prm" SHORT_TEST_SUITE: "tests/codec_be_on_mr_nonselection" SHORT_TEST_SUITE: "tests/codec_be_on_mr_nonselection/test_param_file.py --param_file self_test_ism1.prm" TEST_SUITE: "" DUT_ENCODER_PATH: "./IVAS_cod" DUT_DECODER_PATH: "./IVAS_dec" Loading
self_test_ism1.prm 0 → 100644 +19 −0 Original line number Diff line number Diff line // Self-test parameter file // // - each test must have a tag (unique name) which must be entered as a comment (you can use // /* or rem comment) // - the following line must be the encoder command line // - the following line must be the decoder command line // - if the name of the output file are exactly the same as // the name of the test vector located in ./testv directory, these files will be compared for bit-exactness // (the easiest way how to achieve this is to use the name of the test vector itself, as shown below) // 1 ISM with metadata at 13.2 kbps, 48 kHz in, 48 kHz out, EXT out ../IVAS_cod -ism 1 testv/stvISM1.csv 13200 48 testv/stv1ISM48s.wav bit ../IVAS_dec EXT 48 bit testv/stv1ISM48s.wav_13200_48-48_EXT.tst // 1 ISM with metadata at 13.2 kbps, 48 kHz in, 48 kHz out, MONO out ../IVAS_cod -ism 1 testv/stvISM1.csv 13200 48 testv/stv1ISM48s.wav bit ../IVAS_dec MONO 48 bit testv/stv1ISM48s.wav_13200_48-48_MONO.tst