Changeset 964 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCu.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/TLibDecoder/TDecCu.cpp

    r950 r964  
    11131113{
    11141114  UInt  uiInitTrDepth = ( pcCU->getPartitionSize(0) == SIZE_2Nx2N ? 0 : 1 );
    1115   UInt  uiNumPart     = pcCU->getNumPartInter();
     1115  UInt  uiNumPart     = pcCU->getNumPartitions();
    11161116  UInt  uiNumQParts   = pcCU->getTotalNumPart() >> 2;
    11171117 
Note: See TracChangeset for help on using the changeset viewer.