Loading tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,9 @@ def test_decoder_scenebased( dut_decoder_frontend, update_ref, ): # TODO: remove once fixed if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5: pytest.skip("PlanarFOA and JBM currently crashes") testv_name = get_testv_path(input_format, input_sampling_rate).stem suffix = "" if pca == SBA_FOA_PCA_ON: Loading tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_no_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ def test_decoder_scenebased( dut_decoder_frontend, update_ref, ): # TODO: remove once fixed if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5: pytest.skip("PlanarFOA and JBM currently crashes") testv_name = get_testv_path(input_format, input_sampling_rate).stem suffix = "" if pca == SBA_FOA_PCA_ON: Loading Loading
tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,9 @@ def test_decoder_scenebased( dut_decoder_frontend, update_ref, ): # TODO: remove once fixed if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5: pytest.skip("PlanarFOA and JBM currently crashes") testv_name = get_testv_path(input_format, input_sampling_rate).stem suffix = "" if pca == SBA_FOA_PCA_ON: Loading
tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_no_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,9 @@ def test_decoder_scenebased( dut_decoder_frontend, update_ref, ): # TODO: remove once fixed if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5: pytest.skip("PlanarFOA and JBM currently crashes") testv_name = get_testv_path(input_format, input_sampling_rate).stem suffix = "" if pca == SBA_FOA_PCA_ON: Loading