Loading tests/codec_be_to_accepted_release/decoder/test_decoder_bitrate_switching.py +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ from .. import get_testv_path, get_bitstream_path @pytest.mark.parametrize("output_format", OUTPUT_FORMATS_ALL[:7]) @pytest.mark.parametrize("output_sampling_rate", SAMPLING_RATES_ALL) @pytest.mark.parametrize("bitstream_processing", BITSTREAM_PROCESSING) @pytest.mark.parametrize("start_bitrate", [13200, 32000, 48000, 80000, 256000]) def test_decoder_br_switching_stereo( start_bitrate, input_sampling_rate, max_band, dtx, Loading @@ -51,7 +53,7 @@ def test_decoder_br_switching_stereo( update_ref, ): input_format = "STEREO" br_sw_file = BR_SW_FILE_STEREO br_sw_file = BR_SW_FILES_STEREO[start_bitrate] testv_name = get_testv_path(input_format, input_sampling_rate).stem with get_bitstream_and_options( testv_name, Loading Loading
tests/codec_be_to_accepted_release/decoder/test_decoder_bitrate_switching.py +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ from .. import get_testv_path, get_bitstream_path @pytest.mark.parametrize("output_format", OUTPUT_FORMATS_ALL[:7]) @pytest.mark.parametrize("output_sampling_rate", SAMPLING_RATES_ALL) @pytest.mark.parametrize("bitstream_processing", BITSTREAM_PROCESSING) @pytest.mark.parametrize("start_bitrate", [13200, 32000, 48000, 80000, 256000]) def test_decoder_br_switching_stereo( start_bitrate, input_sampling_rate, max_band, dtx, Loading @@ -51,7 +53,7 @@ def test_decoder_br_switching_stereo( update_ref, ): input_format = "STEREO" br_sw_file = BR_SW_FILE_STEREO br_sw_file = BR_SW_FILES_STEREO[start_bitrate] testv_name = get_testv_path(input_format, input_sampling_rate).stem with get_bitstream_and_options( testv_name, Loading