Loading tests/codec_be_to_accepted_release/encoder/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -32,13 +32,15 @@ import numpy as np import random import pytest from itertools import permutations from .. import DUT_PATH, TESTV_PATH, is_be_to_ref from .. import is_be_to_ref from ..constants import ( METADATA_FOR_INPUT_FORMAT, ISM_MD_NULL, CMDL_OPTIONS_FOR_INPUT_FORMAT, ISM_MD_EXTENDED, INPUT_FORMATS_OBJECT_BASED, DUT_PATH, TESTV_PATH, ) Loading tests/codec_be_to_accepted_release/encoder/test_encoder_bitrate_switching.py +2 −1 Original line number Diff line number Diff line Loading @@ -31,9 +31,10 @@ the United Nations Convention on Contracts on the International Sales of Goods. import pytest from ..constants import * from . import get_options, run_check, create_br_switching_file from .. import get_testv_path, get_bitstream_path, DUT_PATH from .. import get_testv_path, get_bitstream_path @pytest.mark.skip("not ready, comitted by accident") @pytest.mark.parametrize( "input_format,bitrate,sampling_rate,dtx", ENCODER_CHANNEL_BASED_AND_MASA_PARAMS ) Loading tests/codec_be_to_accepted_release/encoder/test_encoder_constant_bitrate.py +2 −1 Original line number Diff line number Diff line Loading @@ -40,9 +40,10 @@ from ..constants import ( SBA_FOA_PCA_ON, STEREO_DMX_EVS_PARAMS, COMBINED_FORMATS_PARAMS, DUT_PATH, ) from . import get_options, run_check from .. import get_testv_path, get_bitstream_path, DUT_PATH from .. import get_testv_path, get_bitstream_path # channel-based modes + MASA Loading Loading
tests/codec_be_to_accepted_release/encoder/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -32,13 +32,15 @@ import numpy as np import random import pytest from itertools import permutations from .. import DUT_PATH, TESTV_PATH, is_be_to_ref from .. import is_be_to_ref from ..constants import ( METADATA_FOR_INPUT_FORMAT, ISM_MD_NULL, CMDL_OPTIONS_FOR_INPUT_FORMAT, ISM_MD_EXTENDED, INPUT_FORMATS_OBJECT_BASED, DUT_PATH, TESTV_PATH, ) Loading
tests/codec_be_to_accepted_release/encoder/test_encoder_bitrate_switching.py +2 −1 Original line number Diff line number Diff line Loading @@ -31,9 +31,10 @@ the United Nations Convention on Contracts on the International Sales of Goods. import pytest from ..constants import * from . import get_options, run_check, create_br_switching_file from .. import get_testv_path, get_bitstream_path, DUT_PATH from .. import get_testv_path, get_bitstream_path @pytest.mark.skip("not ready, comitted by accident") @pytest.mark.parametrize( "input_format,bitrate,sampling_rate,dtx", ENCODER_CHANNEL_BASED_AND_MASA_PARAMS ) Loading
tests/codec_be_to_accepted_release/encoder/test_encoder_constant_bitrate.py +2 −1 Original line number Diff line number Diff line Loading @@ -40,9 +40,10 @@ from ..constants import ( SBA_FOA_PCA_ON, STEREO_DMX_EVS_PARAMS, COMBINED_FORMATS_PARAMS, DUT_PATH, ) from . import get_options, run_check from .. import get_testv_path, get_bitstream_path, DUT_PATH from .. import get_testv_path, get_bitstream_path # channel-based modes + MASA Loading