Loading tests/codec_be_on_mr_nonselection/test_param_file.py +3 −2 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ def run_test( if eid_opts != "": testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading tests/codec_be_on_mr_nonselection/test_sba.py +20 −13 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ def test_pca_enc( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -307,6 +309,7 @@ def test_sba_enc_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -459,6 +462,7 @@ def test_spar_hoa2_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -611,6 +615,7 @@ def test_spar_hoa3_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -778,6 +783,7 @@ def test_sba_enc_BWforce_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -969,6 +975,7 @@ def test_sba_plc_system( if plc_pattern is not None: testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -1351,8 +1358,8 @@ def sba_dec( split_idx = get_split_idx(str(Path(input_file).stem), int(sampling_rate)) output_differs_splits, reason_splits = cmp_pcm( dut_out_file, ref_out_file, dut_out_file, output_config, sampling_rate_Hz, get_mld=get_mld, Loading tests/renderer/utils.py +4 −3 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ def run_renderer( "category": CAT_NORMAL, } if record_property is not None: for k, v in testcase_props.items(): record_property(k, v) Loading Loading @@ -413,8 +414,8 @@ def run_renderer( split_idx = get_split_idx(str(Path(in_file).stem), ref_fs // 1000) output_differs_splits, reason_splits = cmp_pcm( out_file, out_file_ref, out_file, out_fmt, ref_fs, get_mld=get_mld, Loading Loading
tests/codec_be_on_mr_nonselection/test_param_file.py +3 −2 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ def run_test( if eid_opts != "": testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading
tests/codec_be_on_mr_nonselection/test_sba.py +20 −13 Original line number Diff line number Diff line Loading @@ -151,6 +151,8 @@ def test_pca_enc( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -307,6 +309,7 @@ def test_sba_enc_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -459,6 +462,7 @@ def test_spar_hoa2_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -611,6 +615,7 @@ def test_spar_hoa3_enc_system( assert 0 input_config = SBA_FORMAT[abs(int(sba_order))] if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -778,6 +783,7 @@ def test_sba_enc_BWforce_system( except ValueError: testcase_props["category"] = CAT_BITRATE_SWITCHING if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -969,6 +975,7 @@ def test_sba_plc_system( if plc_pattern is not None: testcase_props["category"] = CAT_PLC if update_ref != 1: for k, v in testcase_props.items(): dut_encoder_frontend.record_property(k, v) Loading Loading @@ -1351,8 +1358,8 @@ def sba_dec( split_idx = get_split_idx(str(Path(input_file).stem), int(sampling_rate)) output_differs_splits, reason_splits = cmp_pcm( dut_out_file, ref_out_file, dut_out_file, output_config, sampling_rate_Hz, get_mld=get_mld, Loading
tests/renderer/utils.py +4 −3 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ def run_renderer( "category": CAT_NORMAL, } if record_property is not None: for k, v in testcase_props.items(): record_property(k, v) Loading Loading @@ -413,8 +414,8 @@ def run_renderer( split_idx = get_split_idx(str(Path(in_file).stem), ref_fs // 1000) output_differs_splits, reason_splits = cmp_pcm( out_file, out_file_ref, out_file, out_fmt, ref_fs, get_mld=get_mld, Loading