Ignore:
Timestamp:
18 May 2012, 09:38:25 (12 years ago)
Author:
lg
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.0-LG/source/Lib/TLibCommon/TComDataCU.h

    r56 r62  
    526526  // member functions for accessing partition information
    527527  // -------------------------------------------------------------------------------------------------------------------
    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
    529531  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
    530537  UChar         getNumPartInter       ();
    531538  Bool          isFirstAbsZorderIdxInDepth (UInt uiAbsPartIdx, UInt uiDepth);
Note: See TracChangeset for help on using the changeset viewer.