Skip to content
Snippets Groups Projects
Commit df88a594 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

Merge branch 'movemacros' into 'master'

Move macro definitions into correct place

See merge request !2057
parents 471f1e94 ae17e791
No related branches found
No related tags found
1 merge request!2057Move macro definitions into correct place
Pipeline #6232 passed
......@@ -51,8 +51,18 @@
#include <cassert>
// clang-format off
//########### place macros to be removed in next cycle below this line ###############
#define PRINT_WPSNR 1
#define JVET_U0081 1 // ALF filter strength target
#define JVET_U0103_HIGH_BIT_DEPTH_SIMD 1 // JVET-U0103: SIMD implementation for high bit depth coding
#define JVET_S0078_NOOUTPUTPRIORPICFLAG 0 // JVET-S0078: Handling of NoOutputOfPriorPicsFlag in output process
//########### place macros to be be kept below this line ###############
#define GDR_ENABLED 1
#if GDR_ENABLED
......@@ -61,16 +71,6 @@
#define GDR_DEC_TRACE 0
#endif
// clang-format off
#define JVET_U0081 1 // ALF filter strength target
//########### place macros to be removed in next cycle below this line ###############
#define JVET_U0103_HIGH_BIT_DEPTH_SIMD 1 // JVET-U0103: SIMD implementation for high bit depth coding
#define JVET_S0078_NOOUTPUTPRIORPICFLAG 0 // JVET-S0078: Handling of NoOutputOfPriorPicsFlag in output process
//########### place macros to be be kept below this line ###############
#define JVET_S0257_DUMP_360SEI_MESSAGE 1 // Software support of 360 SEI messages
#define JVET_R0351_HIGH_BIT_DEPTH_ENABLED 0 // JVET-R0351: high bit depth coding enabled (increases accuracies of some calculations, e.g. transforms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment