Changeset 171 in 3DVCSoftware for branches/HTM-4.1-dev1-Intel/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 9 Nov 2012, 10:29:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev1-Intel/source/Lib/TLibEncoder/TEncCu.cpp
r126 r171 3059 3059 rpcTempCU->setTextureModeDepthSubParts( uhTextureModeDepth, 0, uhDepth ); 3060 3060 rpcTempCU->copyTextureMotionDataFrom( pcTextureCU, uhDepth, rpcTempCU->getZorderIdxInCU() ); 3061 #if FIX_MPI_B0065 3062 UInt uiAbsPartIdx = rpcTempCU->getZorderIdxInCU(); 3063 if( rpcTempCU->getDepth(0) > pcTextureCU->getDepth(uiAbsPartIdx)) 3064 { 3065 rpcTempCU->setPartSizeSubParts( SIZE_NxN, 0, uhDepth ); 3066 } 3067 else 3068 { 3069 PartSize partSize = pcTextureCU->getPartitionSize(uiAbsPartIdx); 3070 rpcTempCU->setPartSizeSubParts( partSize, 0, uhDepth ); 3071 } 3072 #else 3061 3073 rpcTempCU->setPartSizeSubParts( SIZE_NxN, 0, uhDepth ); 3074 #endif 3062 3075 for( UInt ui = 0; ui < rpcTempCU->getTotalNumPart(); ui++ ) 3063 3076 {
Note: See TracChangeset for help on using the changeset viewer.