Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,6 @@ codec-smoke-test: - *print-common-info - bash ci/smoke_test.sh ### analyze for failures - cat out/logs/stv1MASA2TC48c_MASA_2TC_1DIR_b96_fb_cbr.enc.txt - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; exit 1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; exit 1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; exit 1; fi Loading lib_enc/lsf_msvq_ma_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ void msvq_enc( int16_t check_ind[FDCNG_VQ_DCT_NPOST]; int16_t segm, j_full, maxC_pre; float *st1_syn_vec_ptr; /* 8* 24 floats in dynRAM */ float *st1_mse_ptr; /* 2^¨7 == 128 floats in existing dRAM used for stage 1 candidate analysis, 128 Word32 in BASOP */ float *st1_mse_ptr; /* 2^7 == 128 floats in existing dRAM used for stage 1 candidate analysis, 128 Word32 in BASOP */ float res24, high_diff[FDCNG_VQ_MAX_LEN - FDCNG_VQ_MAX_LEN_WB]; maxC_pre = ( FDCNG_VQ_DCT_NSEGM * 2 ); Loading scripts/prepare_mem_dryrun.py 100644 → 100755 +1 −1 Original line number Diff line number Diff line #!/bin/python3 #!/usr/bin/env python3 import re, os, fnmatch Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,6 @@ codec-smoke-test: - *print-common-info - bash ci/smoke_test.sh ### analyze for failures - cat out/logs/stv1MASA2TC48c_MASA_2TC_1DIR_b96_fb_cbr.enc.txt - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; exit 1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; exit 1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; exit 1; fi Loading
lib_enc/lsf_msvq_ma_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ void msvq_enc( int16_t check_ind[FDCNG_VQ_DCT_NPOST]; int16_t segm, j_full, maxC_pre; float *st1_syn_vec_ptr; /* 8* 24 floats in dynRAM */ float *st1_mse_ptr; /* 2^¨7 == 128 floats in existing dRAM used for stage 1 candidate analysis, 128 Word32 in BASOP */ float *st1_mse_ptr; /* 2^7 == 128 floats in existing dRAM used for stage 1 candidate analysis, 128 Word32 in BASOP */ float res24, high_diff[FDCNG_VQ_MAX_LEN - FDCNG_VQ_MAX_LEN_WB]; maxC_pre = ( FDCNG_VQ_DCT_NSEGM * 2 ); Loading
scripts/prepare_mem_dryrun.py 100644 → 100755 +1 −1 Original line number Diff line number Diff line #!/bin/python3 #!/usr/bin/env python3 import re, os, fnmatch Loading