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/TLibEncoder/TEncCu.cpp

    r819 r820  
    23632363    {
    23642364      UChar ucSegment = (UChar)pMask[x];
    2365       assert( ucSegment < 2 );
     2365      AOF( ucSegment < 2 );
    23662366     
    23672367      piDst[x] = (ucSegment==uiValidSegment)?piSrc[x]:DBBP_INVALID_SHORT;
     
    23872387    {
    23882388      UChar ucSegment = (UChar)pMask[x*2];
    2389       assert( ucSegment < 2 );
     2389      AOF( ucSegment < 2 );
    23902390     
    23912391      piDstU[x] = (ucSegment==uiValidSegment)?piSrcU[x]:DBBP_INVALID_SHORT;
     
    24052405  AOF( !rpcTempCU->getSlice()->getIsDepth() );
    24062406 
    2407  
    24082407  UChar uhDepth = rpcTempCU->getDepth( 0 );
    24092408 
     
    24252424  rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N,  0, uhDepth );
    24262425 
    2427   // get coded and reconstructed depth view
     2426  // fetch virtual depth block
    24282427  UInt uiDepthStride = 0;
    24292428  Pel* pDepthPels = rpcTempCU->getVirtualDepthBlock(0, uiWidth, uiHeight, uiDepthStride);
     
    24862485  }
    24872486 
     2487  // store final motion/disparity information in each PU using derived partitioning
    24882488  rpcTempCU->setDepthSubParts( uhDepth, 0 );
    24892489  rpcTempCU->setPartSizeSubParts  ( eVirtualPartSize,  0, uhDepth );
Note: See TracChangeset for help on using the changeset viewer.