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

cleanup empty lines in TypeDef.h

parent afa52c1d
No related branches found
No related tags found
No related merge requests found
......@@ -50,129 +50,17 @@
#include <assert.h>
#include <cassert>
//########### place macros to be removed in next cycle below this line ###############
#define JVET_Q0471_CHROMA_QT_SPLIT 1 // JVET-Q0471: Chroma QT split
//########### place macros to be be kept below this line ###############
#define JVET_M0497_MATRIX_MULT 0 // 0: Fast method; 1: Matrix multiplication
#define APPLY_SBT_SL_ON_MTS 1 // apply save & load fast algorithm on inter MTS when SBT is on
typedef std::pair<int, bool> TrMode;
typedef std::pair<int, int> TrCost;
......@@ -183,8 +71,6 @@ typedef std::pair<int, int> TrCost;
#endif
// clang-format on
#ifndef JVET_J0090_MEMORY_BANDWITH_MEASURE
#define JVET_J0090_MEMORY_BANDWITH_MEASURE 0
#endif
......
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