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

    r126 r171  
    30593059    rpcTempCU->setTextureModeDepthSubParts( uhTextureModeDepth, 0, uhDepth );
    30603060    rpcTempCU->copyTextureMotionDataFrom( pcTextureCU, uhDepth, rpcTempCU->getZorderIdxInCU() );
     3061#if FIX_MPI_B0065
     3062    UInt uiAbsPartIdx = rpcTempCU->getZorderIdxInCU();
     3063    if( rpcTempCU->getDepth(0) > pcTextureCU->getDepth(uiAbsPartIdx))
     3064    {
     3065      rpcTempCU->setPartSizeSubParts( SIZE_NxN, 0, uhDepth );
     3066    }
     3067    else
     3068    {
     3069      PartSize partSize = pcTextureCU->getPartitionSize(uiAbsPartIdx);
     3070      rpcTempCU->setPartSizeSubParts( partSize, 0, uhDepth );
     3071    }
     3072#else
    30613073    rpcTempCU->setPartSizeSubParts( SIZE_NxN, 0, uhDepth );
     3074#endif
    30623075    for( UInt ui = 0; ui < rpcTempCU->getTotalNumPart(); ui++ )
    30633076    {
Note: See TracChangeset for help on using the changeset viewer.