Ignore:
Timestamp:
27 Feb 2015, 08:24:20 (10 years ago)
Author:
hisilicon-htm
Message:

Integration of K0048

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibEncoder/TEncCu.cpp

    r1133 r1152  
    25222522  AOF( uiDepthStride != 0 );
    25232523 
     2524#if HS_DBBP_CLEAN_K0048
     2525  PartSize eVirtualPartSize = m_pcPredSearch->getPartitionSizeFromDepth(pDepthPels, uiDepthStride, uiWidth, rpcTempCU);
     2526
    25242527  // 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
    25252531  PartSize eVirtualPartSize = m_pcPredSearch->getPartitionSizeFromDepth(pDepthPels, uiDepthStride, uiWidth);
    25262532 
     
    25282534  Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE];
    25292535  Bool bValidMask = m_pcPredSearch->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, uiWidth, uiHeight, pMask);
     2536#endif
    25302537 
    25312538  if( !bValidMask )
Note: See TracChangeset for help on using the changeset viewer.