Commit 500156c8 authored by Jan Kiene's avatar Jan Kiene
Browse files

add corresponding decoder testcases

parent 45293309
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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,
@@ -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,