Changeset 62 in 3DVCSoftware for branches/HTM-3.0-LG/source/Lib/TLibCommon/TComDataCU.h
- Timestamp:
- 18 May 2012, 09:38:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-LG/source/Lib/TLibCommon/TComDataCU.h
r56 r62 526 526 // member functions for accessing partition information 527 527 // ------------------------------------------------------------------------------------------------------------------- 528 528 #if LG_RESTRICTEDRESPRED_M24766 529 Void getPartIndexAndSize( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight, UInt uiAbsPartIdx = 0, Bool bLCU = false); 530 #else 529 531 Void getPartIndexAndSize ( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight ); 532 #endif 533 #if LG_RESTRICTEDRESPRED_M24766 534 Int getResiPredMode(UInt uiPartAddr); 535 Void getPUResiPredShift (Int *iPUPredResiShift, UInt uiAbsPartIndex); 536 #endif 530 537 UChar getNumPartInter (); 531 538 Bool isFirstAbsZorderIdxInDepth (UInt uiAbsPartIdx, UInt uiDepth);
Note: See TracChangeset for help on using the changeset viewer.