Changeset 171 in 3DVCSoftware for branches/HTM-4.1-dev1-Intel/source/Lib/TLibDecoder/TDecCu.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/TLibDecoder/TDecCu.cpp
r100 r171 620 620 { 621 621 #if HHI_MPI 622 #if FIX_MPI_B0065 623 if( pcCU->getTextureModeDepth( 0 ) != -1 ) 624 { 625 TComDataCU *pcTextureCU = pcCU->getSlice()->getTexturePic()->getCU( pcCU->getAddr() ); 626 if( uiDepth == pcTextureCU->getDepth(uiAbsPartIdx)) 627 { 628 PartSize partSize = pcTextureCU->getPartitionSize(uiAbsPartIdx); 629 pcCU->setPartSizeSubParts( partSize, 0, uiDepth ); 630 } 631 else 632 { 633 pcCU->setPartSizeSubParts( SIZE_NxN, 0, uiDepth ); 634 } 635 } 636 #else 622 637 if( pcCU->getTextureModeDepth( 0 ) != -1 ) 623 638 pcCU->setPartSizeSubParts( SIZE_NxN, 0, uiDepth ); 639 #endif 624 640 #endif 625 641
Note: See TracChangeset for help on using the changeset viewer.