Loading .gitlab-ci.yml +449 −104 File changed.Preview size limit exceeded, changes collapsed. Show changes .gitlab/issue_templates/float-update-porting.md +0 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ <!--- Remember to add issue and MR links to the status page in wiki here https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/wikis/IVAS-PC-MR-conversion-status --> - Original merge request in float repo: - Branch for float ref update: - Branch for BASOP update: /label ~Type:FloatUpdatePorting ~Status::ToDo .gitlab/merge_request_templates/float-update-porting.md +1 −1 Original line number Diff line number Diff line - Link to issue in BASOP repo: - Link to original issue in float repo: - Link to original MR in float repo: - Requested reviewers: /label Type:FloatUpdatePorting Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ CFLAGS += -fsanitize=$(usan_checks) CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) ifeq "$(IGNORELIST)" "1" CFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt LDFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt endif endif ifeq "$(RELEASE)" "1" Loading lib_com/cnst.h +1 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,7 @@ enum #define SHB_OVERLAP_LEN ( L_FRAME16k - L_SHB_LAHEAD ) / ( NUM_SHB_SUBFR - 1 ) #define QUANT_DIST_INIT ( 10000000000.0f ) /* Quantiser search distance initialisation */ #define HIBND_ACB_L_FAC 5 / 2 /* SHB Interpolation Factor */ #define HIBND_ACB_L_FAC_Q1 ( 5 ) /* SHB Interpolation Factor Q1 */ #define NUM_HILBERTS 2 #define HILBERT_ORDER1 5 #define HILBERT_ORDER2 4 Loading Loading
.gitlab/issue_templates/float-update-porting.md +0 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ <!--- Remember to add issue and MR links to the status page in wiki here https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/wikis/IVAS-PC-MR-conversion-status --> - Original merge request in float repo: - Branch for float ref update: - Branch for BASOP update: /label ~Type:FloatUpdatePorting ~Status::ToDo
.gitlab/merge_request_templates/float-update-porting.md +1 −1 Original line number Diff line number Diff line - Link to issue in BASOP repo: - Link to original issue in float repo: - Link to original MR in float repo: - Requested reviewers: /label Type:FloatUpdatePorting
Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ CFLAGS += -fsanitize=$(usan_checks) CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) ifeq "$(IGNORELIST)" "1" CFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt LDFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt endif endif ifeq "$(RELEASE)" "1" Loading
lib_com/cnst.h +1 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,7 @@ enum #define SHB_OVERLAP_LEN ( L_FRAME16k - L_SHB_LAHEAD ) / ( NUM_SHB_SUBFR - 1 ) #define QUANT_DIST_INIT ( 10000000000.0f ) /* Quantiser search distance initialisation */ #define HIBND_ACB_L_FAC 5 / 2 /* SHB Interpolation Factor */ #define HIBND_ACB_L_FAC_Q1 ( 5 ) /* SHB Interpolation Factor Q1 */ #define NUM_HILBERTS 2 #define HILBERT_ORDER1 5 #define HILBERT_ORDER2 4 Loading