Ignore:
Timestamp:
5 Feb 2014, 09:54:12 (11 years ago)
Author:
rwth
Message:
  • cleanup: removed some assertions and added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecCu.cpp

    r819 r820  
    753753  AOF(!pcCU->getSlice()->isIntra());
    754754  PartSize ePartSize = pcCU->getPartitionSize( 0 );
    755   AOF( uiAbsPartIdx == pcCU->getZorderIdxInCU() );
    756755 
    757756  // get collocated depth block
     
    762761 
    763762  // compute mask by segmenting depth block
    764   AOF( pcCU->getWidth(0) == m_ppcYuvReco[uiDepth]->getWidth() );
    765763  Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE];
    766764  Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask);
Note: See TracChangeset for help on using the changeset viewer.