Changeset 1236 in SHVCSoftware
- Timestamp:
- 13 Jul 2015, 20:39:27 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComDataCU.cpp
r1234 r1236 1914 1914 } 1915 1915 1916 // This is for use by a leaf/sub CU object only, with no additional AbsPartIdx 1916 1917 Void TComDataCU::getPartIndexAndSize( UInt uiPartIdx, UInt& ruiPartAddr, Int& riWidth, Int& riHeight ) 1917 1918 { -
branches/SHM-dev/source/Lib/TLibCommon/TComDataCU.h
r1234 r1236 363 363 // ------------------------------------------------------------------------------------------------------------------- 364 364 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 366 366 UChar getNumPartitions ( const UInt uiAbsPartIdx = 0 ); 367 367 Bool isFirstAbsZorderIdxInDepth (UInt uiAbsPartIdx, UInt uiDepth);
Note: See TracChangeset for help on using the changeset viewer.