Changeset 181 in 3DVCSoftware for branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TComDataCU.h
- Timestamp:
- 14 Nov 2012, 17:23:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TComDataCU.h
r177 r181 244 244 UInt* m_uiSliceStartCU; ///< Start CU address of current slice 245 245 UInt* m_uiEntropySliceStartCU; ///< Start CU address of current slice 246 247 #if OL_DEPTHLIMIT_A0044248 //add a variable to store the partition information249 //a 2D array in uidepth, part_symbol format250 UInt m_uiPartInfo[OL_PART_BUF_SIZE][2];251 UInt m_uiPartNum;252 Bool m_dumpPartInfo;253 #endif254 246 255 247 // ------------------------------------------------------------------------------------------------------------------- … … 624 616 625 617 Void compressMV (); 626 627 #if OL_DEPTHLIMIT_A0044628 Void resetPartInfo () {m_uiPartNum = 0;};629 Void incrementPartInfo () {m_uiPartNum ++;};630 Void updatePartInfo(UInt uiSymbol, UInt uiDepth) { m_uiPartInfo[m_uiPartNum][0] = uiSymbol; m_uiPartInfo[m_uiPartNum][1] = uiDepth;};631 UInt* readPartInfo() { return (UInt*)m_uiPartInfo;};632 Void setPartDumpFlag(Bool flag) { m_dumpPartInfo = flag; };633 Bool getPartDumpFlag() { return m_dumpPartInfo; };634 #endif635 618 636 619 // -------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.