Ignore:
Timestamp:
16 Feb 2013, 01:58:05 (12 years ago)
Author:
lg
Message:

Bug fix of JCT3V-C0046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-LG-Fix/source/Lib/TLibEncoder/TEncCu.cpp

    r253 r282  
    12391239        xCheckRDCostMvInheritance( rpcBestCU, rpcTempCU, uiDepth, false, false );
    12401240        rpcTempCU->initEstData( uiDepth, iQP );
     1241#if FIX_ILLUCOMP_DEPTH
     1242        rpcTempCU->setICFlagSubParts(bICFlag, 0, 0, uiDepth);
     1243#endif
    12411244        xCheckRDCostMvInheritance( rpcBestCU, rpcTempCU, uiDepth, true, false );
    12421245        rpcTempCU->initEstData( uiDepth, iQP );
Note: See TracChangeset for help on using the changeset viewer.