Skip to content
Snippets Groups Projects
Commit a999de90 authored by Francois's avatar Francois
Browse files

move constant in CommonDef.h

parent b78400ba
No related branches found
No related tags found
No related merge requests found
......@@ -478,6 +478,9 @@ static const int DELTA_QP_ACT[4] = { -5, 1, 3, 1 };
static const int MAX_TSRC_RICE = 8; ///<Maximum supported TSRC Rice parameter
static const int MIN_TSRC_RICE = 1; ///<Minimum supported TSRC Rice parameter
#endif
#if JVET_V0108
static const int MAX_CTI_LUT_SIZE = 64; ///<Maximum colour transform LUT size for CTI SEI
#endif
// ====================================================================================================================
// Macro functions
// ====================================================================================================================
......
......@@ -916,8 +916,6 @@ struct LFCUParam
bool topEdge; ///< indicates top edge
};
#if JVET_V0108
#define MAX_CTI_LUT_SIZE 64 ///< max size of lut for color transform
struct LutModel
{
bool presentFlag = false;
......
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