Changeset 964 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComDataCU.cpp


Ignore:
Timestamp:
5 Jul 2014, 05:16:45 (10 years ago)
Author:
tech
Message:
  • Merged 11.0-dev0@963. (Update to HM 14.0 + MV-HEVC Draft 8 HLS)
  • Added coding results.
  • Changed version number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComDataCU.cpp

    r950 r964  
    28832883}
    28842884
    2885 UChar TComDataCU::getNumPartInter()
     2885UChar TComDataCU::getNumPartitions()
    28862886{
    28872887  UChar iNumPart = 0;
     
    68306830#else
    68316831        picDepth = getSlice()->getIvPic( true, iTargetViewIdx );
     6832#if !BUG_FIX_TK65
    68326833        assert(picDepth != NULL);
     6834#endif
    68336835#endif
    68346836        if (picDepth && bDepthRefine)
     
    69016903#else
    69026904          TComPic* picDepth = getSlice()->getIvPic( true, pDInfo->m_aVIdxCan );
     6905#if !BUG_FIX_TK65
    69036906          assert(picDepth!=NULL);
     6907#endif
    69046908#endif
    69056909
     
    69606964#else
    69616965    picDepth = getSlice()->getIvPic( true, viewIndex );
     6966#if !BUG_FIX_TK65
    69626967    assert(picDepth!=NULL);
     6968#endif
    69636969#endif
    69646970    if (picDepth && bDepthRefine)
     
    70607066#else
    70617067          picDepth   = getSlice()->getIvPic (true, refViewIdx );
     7068#if !BUG_FIX_TK65
    70627069          assert(picDepth != NULL);
     7070#endif
    70637071#endif
    70647072          UInt uiPartIdx = 0;   //Notes from MTK: Please confirm that using 0 as partition index and partition address is correct for CU-level DoNBDV
Note: See TracChangeset for help on using the changeset viewer.