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
  • TabularUnified branches/HTM-13.1-dev2-HiSilicon/source/Lib/TLibDecoder/TDecCu.cpp ΒΆ

    r1133 r1152  
    835835  // compute mask by segmenting depth block
    836836  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
    837840  Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask);
     841#endif
    838842  AOF(bValidMask);
    839843 
Note: See TracChangeset for help on using the changeset viewer.