Loading tests/codec_be_to_accepted_release/constants.py +3 −3 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ FER_0 = "FER_0perc" FER_15 = "FER_15perc" BITSTREAM_PROCESSING_FER = [FER_0, FER_15] DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = ( DECODER_CHANNELBASED_AND_MASA_PARAMS = ( collapse_into_list_of_pairs( product( STEREO_PARAMS, Loading @@ -386,12 +386,12 @@ DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = ( ) ) ) DECODER_CLEAN_CHANNEL_OBJECTBASED = collapse_into_list_of_pairs( DECODER_OBJECTBASED = collapse_into_list_of_pairs( product( ISM_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER ) ) DECODER_CLEAN_CHANNEL_SCENEBASED = collapse_into_list_of_pairs( DECODER_SCENEBASED = collapse_into_list_of_pairs( product( SBA_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER ) Loading tests/codec_be_to_accepted_release/test_decoder.py +4 −4 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ def run_check( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS, DECODER_CHANNELBASED_AND_MASA_PARAMS, ) def test_decoder_clean_channel_channelbased_and_masa( def test_decoder_channelbased_and_masa( input_format, bitrate, input_sampling_rate, Loading Loading @@ -139,7 +139,7 @@ def test_decoder_clean_channel_channelbased_and_masa( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_OBJECTBASED, DECODER_OBJECTBASED, ) def test_decoder_objectbased( input_format, Loading Loading @@ -182,7 +182,7 @@ def test_decoder_objectbased( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,pca,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_SCENEBASED, DECODER_SCENEBASED, ) def test_decoder_scenebased( input_format, Loading Loading
tests/codec_be_to_accepted_release/constants.py +3 −3 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ FER_0 = "FER_0perc" FER_15 = "FER_15perc" BITSTREAM_PROCESSING_FER = [FER_0, FER_15] DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = ( DECODER_CHANNELBASED_AND_MASA_PARAMS = ( collapse_into_list_of_pairs( product( STEREO_PARAMS, Loading @@ -386,12 +386,12 @@ DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS = ( ) ) ) DECODER_CLEAN_CHANNEL_OBJECTBASED = collapse_into_list_of_pairs( DECODER_OBJECTBASED = collapse_into_list_of_pairs( product( ISM_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER ) ) DECODER_CLEAN_CHANNEL_SCENEBASED = collapse_into_list_of_pairs( DECODER_SCENEBASED = collapse_into_list_of_pairs( product( SBA_PARAMS, OUTPUT_FORMATS_ALL, SAMPLING_RATES_ALL, BITSTREAM_PROCESSING_FER ) Loading
tests/codec_be_to_accepted_release/test_decoder.py +4 −4 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ def run_check( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_CHANNELBASED_AND_MASA_PARAMS, DECODER_CHANNELBASED_AND_MASA_PARAMS, ) def test_decoder_clean_channel_channelbased_and_masa( def test_decoder_channelbased_and_masa( input_format, bitrate, input_sampling_rate, Loading Loading @@ -139,7 +139,7 @@ def test_decoder_clean_channel_channelbased_and_masa( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_OBJECTBASED, DECODER_OBJECTBASED, ) def test_decoder_objectbased( input_format, Loading Loading @@ -182,7 +182,7 @@ def test_decoder_objectbased( @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,pca,output_format,output_sampling_rate,bitstream_processing", DECODER_CLEAN_CHANNEL_SCENEBASED, DECODER_SCENEBASED, ) def test_decoder_scenebased( input_format, Loading