Loading Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) endif ifeq "$(CLANG)" "4" CC = $(CCCLANG) endif ifeq "$(RELEASE)" "1" CFLAGS += -DRELEASE Loading @@ -114,7 +117,9 @@ LDFLAGS += -Wl,-dead_strip endif endif OPTIM ?= 0 CFLAGS += -ffast-math OPTIM ?= 3 CFLAGS += -O$(OPTIM) CFLAGS += $(foreach DIR,$(SRC_DIRS),-I$(DIR)) Loading tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ DMX_MLD = "DMX_MLD" DMX_SSNR = "DMX_SSNR" # regex patterns for parsing the output from comparisons -> mainly for BASOP ci MLD_PATTERN = r"MLD: ([\d\.]*)" MLD_PATTERN = r"MLD: (\d+\.*\d*[eE]*[-+]*\d*)" MAX_DIFF_PATTERN = r"MAX_ABS_DIFF: (\d*)" ODG_PATTERN_PQEVALAUDIO = r"Objective Difference Grade: (-*\d*\.\d*)" ODG_PATTERN = r"(?<!Delta-)ODG: (-*\d*\.\d*)" Loading tests/split_rendering/utils.py +2 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,8 @@ def run_full_chain_split_rendering( # decode to split-rendering bitstream cmd = SPLIT_PRE_DEC_CMD[:] ivas_bitstream = OUTPUT_PATH_REF.joinpath(ivas_bitstream_stem) if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix Loading Loading
Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) endif ifeq "$(CLANG)" "4" CC = $(CCCLANG) endif ifeq "$(RELEASE)" "1" CFLAGS += -DRELEASE Loading @@ -114,7 +117,9 @@ LDFLAGS += -Wl,-dead_strip endif endif OPTIM ?= 0 CFLAGS += -ffast-math OPTIM ?= 3 CFLAGS += -O$(OPTIM) CFLAGS += $(foreach DIR,$(SRC_DIRS),-I$(DIR)) Loading
tests/constants.py +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ DMX_MLD = "DMX_MLD" DMX_SSNR = "DMX_SSNR" # regex patterns for parsing the output from comparisons -> mainly for BASOP ci MLD_PATTERN = r"MLD: ([\d\.]*)" MLD_PATTERN = r"MLD: (\d+\.*\d*[eE]*[-+]*\d*)" MAX_DIFF_PATTERN = r"MAX_ABS_DIFF: (\d*)" ODG_PATTERN_PQEVALAUDIO = r"Objective Difference Grade: (-*\d*\.\d*)" ODG_PATTERN = r"(?<!Delta-)ODG: (-*\d*\.\d*)" Loading
tests/split_rendering/utils.py +2 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,8 @@ def run_full_chain_split_rendering( # decode to split-rendering bitstream cmd = SPLIT_PRE_DEC_CMD[:] ivas_bitstream = OUTPUT_PATH_REF.joinpath(ivas_bitstream_stem) if test_info.config.option.create_ref: cmd[0] += BIN_SUFFIX_MERGETARGET cmd[0] += binary_suffix Loading