Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ split-rendering-smoke-test: needs: ["build-codec-linux-make"] stage: test script: - .enable-split-rendering - *enable-split-rendering - make -j - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/split_rendering/test_split_rendering.py artifacts: Loading Loading @@ -615,7 +615,7 @@ split-rendering-pytest-on-merge-request: - git checkout $target_commit # build reference binaries - .enable-split-rendering - *enable-split-rendering - make -j - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref Loading @@ -624,7 +624,7 @@ split-rendering-pytest-on-merge-request: # back to source branch - git checkout $source_branch_commit_sha - make clean - .enable-split-rendering - *enable-split-rendering - make -j # run test Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #ifndef RELEASE #define DEBUGGING /* Activate debugging part of the code */ #endif #define WMOPS /* Activate complexity and memory counters */ /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ /*#define WMOPS_DETAIL*/ /* Output detailed complexity printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output detailed complexity analysis for the worst-case frame */ Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ split-rendering-smoke-test: needs: ["build-codec-linux-make"] stage: test script: - .enable-split-rendering - *enable-split-rendering - make -j - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/split_rendering/test_split_rendering.py artifacts: Loading Loading @@ -615,7 +615,7 @@ split-rendering-pytest-on-merge-request: - git checkout $target_commit # build reference binaries - .enable-split-rendering - *enable-split-rendering - make -j - mv IVAS_cod IVAS_cod_ref - mv IVAS_dec IVAS_dec_ref Loading @@ -624,7 +624,7 @@ split-rendering-pytest-on-merge-request: # back to source branch - git checkout $source_branch_commit_sha - make clean - .enable-split-rendering - *enable-split-rendering - make -j # run test Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #ifndef RELEASE #define DEBUGGING /* Activate debugging part of the code */ #endif #define WMOPS /* Activate complexity and memory counters */ /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ /*#define WMOPS_DETAIL*/ /* Output detailed complexity printout for every function. Increases runtime overhead */ /*#define WMOPS_WC_FRAME_ANALYSIS*/ /* Output detailed complexity analysis for the worst-case frame */ Loading