Changeset 1152 in 3DVCSoftware for branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibEncoder
- Timestamp:
- 27 Feb 2015, 08:24:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibEncoder/TEncCu.cpp
r1133 r1152 2522 2522 AOF( uiDepthStride != 0 ); 2523 2523 2524 #if HS_DBBP_CLEAN_K0048 2525 PartSize eVirtualPartSize = m_pcPredSearch->getPartitionSizeFromDepth(pDepthPels, uiDepthStride, uiWidth, rpcTempCU); 2526 2524 2527 // derive partitioning from depth 2528 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 2529 Bool bValidMask = m_pcPredSearch->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, uiWidth, uiHeight, pMask, rpcTempCU); 2530 #else 2525 2531 PartSize eVirtualPartSize = m_pcPredSearch->getPartitionSizeFromDepth(pDepthPels, uiDepthStride, uiWidth); 2526 2532 … … 2528 2534 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 2529 2535 Bool bValidMask = m_pcPredSearch->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, uiWidth, uiHeight, pMask); 2536 #endif 2530 2537 2531 2538 if( !bValidMask )
Note: See TracChangeset for help on using the changeset viewer.