NUM_CU_DEPTH      166 source/common/constants.cpp uint32_t g_unitSizeDepth = NUM_CU_DEPTH;
NUM_CU_DEPTH      167 source/common/constants.cpp uint32_t g_maxCUDepth    = NUM_CU_DEPTH - 1;
NUM_CU_DEPTH       61 source/common/framedata.h     double      percentSkipCu[NUM_CU_DEPTH];
NUM_CU_DEPTH       62 source/common/framedata.h     double      percentMergeCu[NUM_CU_DEPTH];
NUM_CU_DEPTH       63 source/common/framedata.h     double      percentIntraDistribution[NUM_CU_DEPTH][INTRA_MODES];
NUM_CU_DEPTH       64 source/common/framedata.h     double      percentInterDistribution[NUM_CU_DEPTH][3];           // 2Nx2N, RECT, AMP modes percentage
NUM_CU_DEPTH       75 source/common/framedata.h     uint64_t    cntSkipCu[NUM_CU_DEPTH];
NUM_CU_DEPTH       76 source/common/framedata.h     uint64_t    cntMergeCu[NUM_CU_DEPTH];
NUM_CU_DEPTH       77 source/common/framedata.h     uint64_t    cntInter[NUM_CU_DEPTH];
NUM_CU_DEPTH       78 source/common/framedata.h     uint64_t    cntIntra[NUM_CU_DEPTH];
NUM_CU_DEPTH       79 source/common/framedata.h     uint64_t    cuInterDistribution[NUM_CU_DEPTH][INTER_MODES];
NUM_CU_DEPTH       80 source/common/framedata.h     uint64_t    cuIntraDistribution[NUM_CU_DEPTH][INTRA_MODES];
NUM_CU_DEPTH       83 source/common/framedata.h     uint64_t    totalPu[NUM_CU_DEPTH + 1];
NUM_CU_DEPTH       84 source/common/framedata.h     uint64_t    cntSkipPu[NUM_CU_DEPTH];
NUM_CU_DEPTH       85 source/common/framedata.h     uint64_t    cntIntraPu[NUM_CU_DEPTH];
NUM_CU_DEPTH       86 source/common/framedata.h     uint64_t    cntAmp[NUM_CU_DEPTH];
NUM_CU_DEPTH       88 source/common/framedata.h     uint64_t    cntInterPu[NUM_CU_DEPTH][INTER_MODES - 1];
NUM_CU_DEPTH       89 source/common/framedata.h     uint64_t    cntMergePu[NUM_CU_DEPTH][INTER_MODES - 1];
NUM_CU_DEPTH      180 source/common/quant.cpp Quant::rdoQuant_t Quant::rdoQuant_func[NUM_CU_DEPTH] = {&Quant::rdoQuant<2>, &Quant::rdoQuant<3>, &Quant::rdoQuant<4>, &Quant::rdoQuant<5>};
NUM_CU_DEPTH      164 source/common/quant.h     static rdoQuant_t rdoQuant_func[NUM_CU_DEPTH];
NUM_CU_DEPTH      108 source/encoder/analysis.h     ModeDepth m_modeDepth[NUM_CU_DEPTH];
NUM_CU_DEPTH      171 source/encoder/search.h     int64_t  intraRDOElapsedTime[NUM_CU_DEPTH]; // elapsed worker time in intra RDO per CU depth
NUM_CU_DEPTH      172 source/encoder/search.h     int64_t  interRDOElapsedTime[NUM_CU_DEPTH]; // elapsed worker time in inter RDO per CU depth
NUM_CU_DEPTH      183 source/encoder/search.h     uint32_t skippedMotionReferences[NUM_CU_DEPTH];
NUM_CU_DEPTH      184 source/encoder/search.h     uint32_t totalMotionReferences[NUM_CU_DEPTH];
NUM_CU_DEPTH      185 source/encoder/search.h     uint32_t skippedIntraCU[NUM_CU_DEPTH];
NUM_CU_DEPTH      186 source/encoder/search.h     uint32_t totalIntraCU[NUM_CU_DEPTH];
NUM_CU_DEPTH      188 source/encoder/search.h     uint64_t countIntraRDO[NUM_CU_DEPTH];
NUM_CU_DEPTH      189 source/encoder/search.h     uint64_t countInterRDO[NUM_CU_DEPTH];