Loading tests/codec_be_on_mr_nonselection/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ def test_sba_plc_system( # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and gain_flag == 0 and fs != '16': if dtx == '1' and gain_flag == 0 and fs != '16' and plc_pattern == 'PLperc12mblen5': SID = 1 else: pytest.skip() Loading Loading
tests/codec_be_on_mr_nonselection/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ def test_sba_plc_system( # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and gain_flag == 0 and fs != '16': if dtx == '1' and gain_flag == 0 and fs != '16' and plc_pattern == 'PLperc12mblen5': SID = 1 else: pytest.skip() Loading