Changeset 1236 in SHVCSoftware


Ignore:
Timestamp:
13 Jul 2015, 20:39:27 (9 years ago)
Author:
seregin
Message:

port rev 4220

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r1234 r1236  
    19141914}
    19151915
     1916// This is for use by a leaf/sub CU object only, with no additional AbsPartIdx
    19161917Void TComDataCU::getPartIndexAndSize( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight )
    19171918{
  • branches/SHM-dev/source/Lib/TLibCommon/TComDataCU.h

    r1234 r1236  
    363363  // -------------------------------------------------------------------------------------------------------------------
    364364
    365   Void          getPartIndexAndSize   ( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight );
     365  Void          getPartIndexAndSize   ( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight ); // This is for use by a leaf/sub CU object only, with no additional AbsPartIdx
    366366  UChar         getNumPartitions      ( const UInt uiAbsPartIdx = 0 );
    367367  Bool          isFirstAbsZorderIdxInDepth (UInt uiAbsPartIdx, UInt uiDepth);
Note: See TracChangeset for help on using the changeset viewer.