Ignore:
Timestamp:
5 Feb 2014, 09:54:12 (11 years ago)
Author:
rwth
Message:
  • cleanup: removed some assertions and added some comments
Location:
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder
Files:
3 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);
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp

    r819 r820  
    161161     
    162162      pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth);
    163       AOF( pcCU->getPartitionSize(uiAbsPartIdx) == eVirtualPartSize );
    164163    }
    165164  }
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp

    r816 r820  
    21532153  m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) );
    21542154 
    2155   DTRACE_CABAC_VL( g_nSymbolCounter++ );
    2156   DTRACE_CABAC_T( "\tDBBPFlag" );
    2157   DTRACE_CABAC_T( "\tuiCtxDBBP: ");
    2158   DTRACE_CABAC_V( uiCtxDBBPFlag );
    2159   DTRACE_CABAC_T( "\tuiSymbol: ");
    2160   DTRACE_CABAC_V( uiSymbol );
    2161   DTRACE_CABAC_T( "\n");
    2162  
    21632155  if( uiSymbol )
    21642156  {
Note: See TracChangeset for help on using the changeset viewer.