Loading tests/codec_be_on_mr_nonselection/test_sba_bs_enc.py +4 −16 Original line number Diff line number Diff line Loading @@ -197,7 +197,6 @@ def test_sba_enc_system( pytest.skip() tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+1" output_config = "FOA" if gain_flag == 1: Loading @@ -220,7 +219,6 @@ def test_sba_enc_system( dtx, SID, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -241,7 +239,6 @@ def test_sba_enc_system( dtx, SID, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -271,7 +268,6 @@ def test_spar_hoa2_enc_system( tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+2" output_config = "HOA2" Loading @@ -289,7 +285,6 @@ def test_spar_hoa2_enc_system( dtx, None, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -307,7 +302,6 @@ def test_spar_hoa2_enc_system( dtx, None, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -337,7 +331,6 @@ def test_spar_hoa3_enc_system( tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+3" output_config = "HOA3" Loading @@ -355,7 +348,6 @@ def test_spar_hoa3_enc_system( dtx, None, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -373,7 +365,6 @@ def test_spar_hoa3_enc_system( dtx, None, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -411,7 +402,6 @@ def test_sba_enc_BWforce_system( fs = sample_rate_bw_idx[0] bw = sample_rate_bw_idx[1] tag = tag + fs + "c" pca = False gain_flag = -1 sba_order = "+1" output_config = "FOA" Loading @@ -430,7 +420,6 @@ def test_sba_enc_BWforce_system( dtx, None, bw, pca, sba_order, update_ref, gain_flag, Loading @@ -449,7 +438,6 @@ def test_sba_enc_BWforce_system( dtx, None, bw, pca, output_config, update_ref, gain_flag, Loading @@ -472,13 +460,13 @@ def sba_enc( dtx, SID, ivas_max_bw, pca, sba_order, update_ref, gain_flag, cut_gain="1.0", create_dutenc=False, cut_testv=False, pca=None, ): # ------------ run cmd ------------ dut_out_dir = f"{dut_base_path}/sba_bs/pkt" Loading @@ -503,7 +491,7 @@ def sba_enc( short_tag_ext += f"_Gain{gain_flag}" if SID == 1: short_tag_ext += f"_SID" if pca: if pca is not None: short_tag_ext += f"_pca" # to avoid conflicting names in case of parallel test execution, differentiate all cases if gain_flag == 1: Loading Loading @@ -612,11 +600,11 @@ def sba_dec( dtx, SID, ivas_max_bw, pca, output_config, update_ref, gain_flag, keep_files, pca=None, ): # -------- run cmd ------------ # sampling rate to BW mapping Loading @@ -629,7 +617,7 @@ def sba_dec( short_tag_ext = "" if gain_flag == 1: short_tag_ext += f"_Gain{gain_flag}" if pca: if pca is not None: short_tag_ext += f"_pca" if SID == 1: short_tag_ext += f"_SID_cut" Loading Loading
tests/codec_be_on_mr_nonselection/test_sba_bs_enc.py +4 −16 Original line number Diff line number Diff line Loading @@ -197,7 +197,6 @@ def test_sba_enc_system( pytest.skip() tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+1" output_config = "FOA" if gain_flag == 1: Loading @@ -220,7 +219,6 @@ def test_sba_enc_system( dtx, SID, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -241,7 +239,6 @@ def test_sba_enc_system( dtx, SID, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -271,7 +268,6 @@ def test_spar_hoa2_enc_system( tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+2" output_config = "HOA2" Loading @@ -289,7 +285,6 @@ def test_spar_hoa2_enc_system( dtx, None, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -307,7 +302,6 @@ def test_spar_hoa2_enc_system( dtx, None, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -337,7 +331,6 @@ def test_spar_hoa3_enc_system( tag = tag + fs + "c" max_bw = "FB" pca = False sba_order = "+3" output_config = "HOA3" Loading @@ -355,7 +348,6 @@ def test_spar_hoa3_enc_system( dtx, None, max_bw, pca, sba_order, update_ref, gain_flag, Loading @@ -373,7 +365,6 @@ def test_spar_hoa3_enc_system( dtx, None, max_bw, pca, output_config, update_ref, gain_flag, Loading Loading @@ -411,7 +402,6 @@ def test_sba_enc_BWforce_system( fs = sample_rate_bw_idx[0] bw = sample_rate_bw_idx[1] tag = tag + fs + "c" pca = False gain_flag = -1 sba_order = "+1" output_config = "FOA" Loading @@ -430,7 +420,6 @@ def test_sba_enc_BWforce_system( dtx, None, bw, pca, sba_order, update_ref, gain_flag, Loading @@ -449,7 +438,6 @@ def test_sba_enc_BWforce_system( dtx, None, bw, pca, output_config, update_ref, gain_flag, Loading @@ -472,13 +460,13 @@ def sba_enc( dtx, SID, ivas_max_bw, pca, sba_order, update_ref, gain_flag, cut_gain="1.0", create_dutenc=False, cut_testv=False, pca=None, ): # ------------ run cmd ------------ dut_out_dir = f"{dut_base_path}/sba_bs/pkt" Loading @@ -503,7 +491,7 @@ def sba_enc( short_tag_ext += f"_Gain{gain_flag}" if SID == 1: short_tag_ext += f"_SID" if pca: if pca is not None: short_tag_ext += f"_pca" # to avoid conflicting names in case of parallel test execution, differentiate all cases if gain_flag == 1: Loading Loading @@ -612,11 +600,11 @@ def sba_dec( dtx, SID, ivas_max_bw, pca, output_config, update_ref, gain_flag, keep_files, pca=None, ): # -------- run cmd ------------ # sampling rate to BW mapping Loading @@ -629,7 +617,7 @@ def sba_dec( short_tag_ext = "" if gain_flag == 1: short_tag_ext += f"_Gain{gain_flag}" if pca: if pca is not None: short_tag_ext += f"_pca" if SID == 1: short_tag_ext += f"_SID_cut" Loading