Changeset 820 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 5 Feb 2014, 09:54:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecCu.cpp
r819 r820 753 753 AOF(!pcCU->getSlice()->isIntra()); 754 754 PartSize ePartSize = pcCU->getPartitionSize( 0 ); 755 AOF( uiAbsPartIdx == pcCU->getZorderIdxInCU() );756 755 757 756 // get collocated depth block … … 762 761 763 762 // compute mask by segmenting depth block 764 AOF( pcCU->getWidth(0) == m_ppcYuvReco[uiDepth]->getWidth() );765 763 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 766 764 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask);
Note: See TracChangeset for help on using the changeset viewer.