Commit 65ef6ef7 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'fix_permissions_prepare_mem_dryrun' into 'main'

Fix permissions prepare mem dryrun

See merge request !589
parents 89dedadd d153df4c
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 );

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