Changeset 652 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 7 Apr 2014, 23:08:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCu.cpp
r595 r652 715 715 { 716 716 UInt uiInitTrDepth = ( pcCU->getPartitionSize(0) == SIZE_2Nx2N ? 0 : 1 ); 717 UInt uiNumPart = pcCU->getNumPart Inter();717 UInt uiNumPart = pcCU->getNumPartitions(); 718 718 UInt uiNumQParts = pcCU->getTotalNumPart() >> 2; 719 719
Note: See TracChangeset for help on using the changeset viewer.