Go to the source code of this file.
Defines | |
#define | MAXPARTITIONMODES 2 |
Variables | |
const int * | assignSE2partition [2] |
const int | assignSE2partition_NoDP [SE_MAX_ELEMENTS] |
const int | assignSE2partition_DP [SE_MAX_ELEMENTS] |
Definition in file elements.h.
#define MAXPARTITIONMODES 2 |
maximum possible partition modes as defined in assignSE2partition[][]
definition of H.264 syntax elements order of elements follow dependencies for picture reconstruction
Definition at line 30 of file elements.h.
const int* assignSE2partition[2] |
lookup-table to assign different elements to partition
Definition at line 34 of file header.c.
Referenced by end_macroblock(), malloc_slice(), min_rdcost_16x16(), rdcost_for_4x4_intra_blocks(), rdcost_for_4x4_intra_blocks_444(), rdcost_for_8x8_intra_blocks(), rdcost_for_8x8_intra_blocks_444(), RDCost_for_8x8blocks(), SliceHeader(), writeCBPandDquant(), writeChromaCoeff(), writeChromaIntraPredMode(), writeCoeff16x16_CABAC(), writeCoeff4x4_CABAC(), writeCoeff4x4_CAVLC_444(), writeCoeff4x4_CAVLC_normal(), writeCoeff8x8_CABAC(), writeIntra4x4Modes(), writeIntra8x8Modes(), writeMBLayerBSlice(), writeMBLayerPSlice(), writeMotionVector8x8(), and writeReferenceFrame().