Ignore:
Timestamp:
9 Nov 2012, 10:29:21 (12 years ago)
Author:
intel-htm
Message:

Here is the integrated software of B0065 from Intel. The corresponding simulation results was sent to Gerhard. The results demonstrated that B0065 has no impact of CTC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-Intel/source/Lib/TLibDecoder/TDecCu.cpp

    r100 r171  
    620620{
    621621#if HHI_MPI
     622#if FIX_MPI_B0065
     623  if( pcCU->getTextureModeDepth( 0 ) != -1 )
     624  {
     625    TComDataCU *pcTextureCU = pcCU->getSlice()->getTexturePic()->getCU( pcCU->getAddr() );
     626    if( uiDepth == pcTextureCU->getDepth(uiAbsPartIdx))
     627    {
     628      PartSize partSize = pcTextureCU->getPartitionSize(uiAbsPartIdx);
     629      pcCU->setPartSizeSubParts( partSize, 0, uiDepth );
     630    }
     631    else
     632    {
     633      pcCU->setPartSizeSubParts( SIZE_NxN, 0, uiDepth );
     634    }
     635  }
     636#else
    622637  if( pcCU->getTextureModeDepth( 0 ) != -1 )
    623638    pcCU->setPartSizeSubParts( SIZE_NxN, 0, uiDepth );
     639#endif
    624640#endif
    625641 
Note: See TracChangeset for help on using the changeset viewer.