Changeset 1263 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 03:38:00 (9 years ago)
Author:
seregin
Message:

port rev 4260

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.cpp

    r1260 r1263  
    3838#include "TDecCu.h"
    3939#include "TLibCommon/TComTU.h"
     40#include "TLibCommon/TComPrediction.h"
    4041#if SVC_EXTENSION
    4142#include "TDecTop.h"
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.h

    r1259 r1263  
    4444
    4545#include "TLibCommon/TComTrQuant.h"
    46 #include "TLibCommon/TComPrediction.h"
    4746#include "TDecEntropy.h"
    4847
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecEntropy.cpp

    r1260 r1263  
    3838#include "TDecEntropy.h"
    3939#include "TLibCommon/TComTU.h"
     40#include "TLibCommon/TComPrediction.h"
    4041
    4142#if ENVIRONMENT_VARIABLE_DEBUG_AND_TEST
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecEntropy.h

    r1259 r1263  
    4343#include "TLibCommon/TComSlice.h"
    4444#include "TLibCommon/TComPic.h"
    45 #include "TLibCommon/TComPrediction.h"
    4645#include "TLibCommon/TComSampleAdaptiveOffset.h"
    4746#include "TLibCommon/TComRectangle.h"
     
    5049class TDecCavlc;
    5150class ParameterSetManagerDecoder;
     51class TComPrediction;
    5252#if CGS_3D_ASYMLUT
    5353class TCom3DAsymLUT;
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1259 r1263  
    22072207    g_uiAddCUDepth  = max (0, sps->getLog2MinCodingBlockSize() - (Int)sps->getQuadtreeTULog2MinSize() );
    22082208
    2209     Int  numReorderPics[MAX_TLAYER];
    2210 
    2211     for( Int temporalLayer=0; temporalLayer < MAX_TLAYER; temporalLayer++ )
    2212     {
    2213       if( m_commonDecoderParams->getTargetOutputLayerSetIdx() == 0 )
    2214       {
    2215         assert( this->getLayerId() == 0 );
    2216         numReorderPics[temporalLayer] = sps->getNumReorderPics(temporalLayer);
    2217       }
    2218       else
    2219       {       
    2220         // SHM decoders will use DPB size table in the VPS to determine the number of reorder pictures.
    2221         numReorderPics[temporalLayer] = vps->getMaxVpsNumReorderPics( getCommonDecoderParams()->getTargetOutputLayerSetIdx() , temporalLayer);
    2222       }
    2223     }
    2224 
    22252209    if (m_cIlpPic[0] == NULL)
    22262210    {
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h

    r1259 r1263  
    4444#include "TLibCommon/TComPic.h"
    4545#include "TLibCommon/TComTrQuant.h"
     46#include "TLibCommon/TComPrediction.h"
    4647#include "TLibCommon/SEI.h"
    4748#if CGS_3D_ASYMLUT
Note: See TracChangeset for help on using the changeset viewer.