Loading tests/codec_be_on_mr_nonselection/test_sba.py +54 −52 Original line number Diff line number Diff line Loading @@ -164,32 +164,33 @@ def test_pca_enc( ) # sba_dec( # record_property, # props_to_record, # dut_decoder_frontend, # ref_decoder_frontend, # reference_path, # dut_base_path, # tag, # sampling_rate, # bitrate, # dtx, # sid, # max_bw, # output_config, # update_ref, # gain_flag, # keep_files, # decoder_only, # plc_pattern=plc_pattern, # get_mld=get_mld, # get_mld_lim=get_mld_lim, # pca=pca, # abs_tol=abs_tol, # get_ssnr=get_ssnr, # get_odg=get_odg, # ) if not encoder_only: sba_dec( record_property, props_to_record, dut_decoder_frontend, ref_decoder_frontend, reference_path, dut_base_path, tag, sampling_rate, bitrate, dtx, sid, max_bw, output_config, update_ref, gain_flag, keep_files, decoder_only, plc_pattern=plc_pattern, get_mld=get_mld, get_mld_lim=get_mld_lim, pca=pca, abs_tol=abs_tol, get_ssnr=get_ssnr, get_odg=get_odg, ) @pytest.mark.parametrize("bitrate", ivas_br_FOA) Loading Loading @@ -332,32 +333,33 @@ def test_sba_enc_system( pytest.fail(enc_test_result_msg) # sba_dec( # record_property, # props_to_record, # dut_decoder_frontend, # ref_decoder_frontend, # reference_path, # dut_base_path, # tag, # sampling_rate, # bitrate, # dtx, # sid, # max_bw, # output_config, # update_ref, # gain_flag, # keep_files, # decoder_only, # plc_pattern=plc_pattern, # get_mld=get_mld, # get_mld_lim=get_mld_lim, # pca=pca, # abs_tol=abs_tol, # get_ssnr=get_ssnr, # get_odg=get_odg, # ) if not encoder_only: sba_dec( record_property, props_to_record, dut_decoder_frontend, ref_decoder_frontend, reference_path, dut_base_path, tag, sampling_rate, bitrate, dtx, sid, max_bw, output_config, update_ref, gain_flag, keep_files, decoder_only, plc_pattern=plc_pattern, get_mld=get_mld, get_mld_lim=get_mld_lim, pca=pca, abs_tol=abs_tol, get_ssnr=get_ssnr, get_odg=get_odg, ) @pytest.mark.parametrize("bitrate", ivas_br_HOA2) Loading Loading
tests/codec_be_on_mr_nonselection/test_sba.py +54 −52 Original line number Diff line number Diff line Loading @@ -164,32 +164,33 @@ def test_pca_enc( ) # sba_dec( # record_property, # props_to_record, # dut_decoder_frontend, # ref_decoder_frontend, # reference_path, # dut_base_path, # tag, # sampling_rate, # bitrate, # dtx, # sid, # max_bw, # output_config, # update_ref, # gain_flag, # keep_files, # decoder_only, # plc_pattern=plc_pattern, # get_mld=get_mld, # get_mld_lim=get_mld_lim, # pca=pca, # abs_tol=abs_tol, # get_ssnr=get_ssnr, # get_odg=get_odg, # ) if not encoder_only: sba_dec( record_property, props_to_record, dut_decoder_frontend, ref_decoder_frontend, reference_path, dut_base_path, tag, sampling_rate, bitrate, dtx, sid, max_bw, output_config, update_ref, gain_flag, keep_files, decoder_only, plc_pattern=plc_pattern, get_mld=get_mld, get_mld_lim=get_mld_lim, pca=pca, abs_tol=abs_tol, get_ssnr=get_ssnr, get_odg=get_odg, ) @pytest.mark.parametrize("bitrate", ivas_br_FOA) Loading Loading @@ -332,32 +333,33 @@ def test_sba_enc_system( pytest.fail(enc_test_result_msg) # sba_dec( # record_property, # props_to_record, # dut_decoder_frontend, # ref_decoder_frontend, # reference_path, # dut_base_path, # tag, # sampling_rate, # bitrate, # dtx, # sid, # max_bw, # output_config, # update_ref, # gain_flag, # keep_files, # decoder_only, # plc_pattern=plc_pattern, # get_mld=get_mld, # get_mld_lim=get_mld_lim, # pca=pca, # abs_tol=abs_tol, # get_ssnr=get_ssnr, # get_odg=get_odg, # ) if not encoder_only: sba_dec( record_property, props_to_record, dut_decoder_frontend, ref_decoder_frontend, reference_path, dut_base_path, tag, sampling_rate, bitrate, dtx, sid, max_bw, output_config, update_ref, gain_flag, keep_files, decoder_only, plc_pattern=plc_pattern, get_mld=get_mld, get_mld_lim=get_mld_lim, pca=pca, abs_tol=abs_tol, get_ssnr=get_ssnr, get_odg=get_odg, ) @pytest.mark.parametrize("bitrate", ivas_br_HOA2) Loading