Changeset 1152 in 3DVCSoftware for branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibDecoder
- Timestamp:
- 27 Feb 2015, 08:24:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibDecoder/TDecCu.cpp ΒΆ
r1133 r1152 835 835 // compute mask by segmenting depth block 836 836 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 837 #if HS_DBBP_CLEAN_K0048 838 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask, pcCU); 839 #else 837 840 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask); 841 #endif 838 842 AOF(bValidMask); 839 843
Note: See TracChangeset for help on using the changeset viewer.