Ignore:
Timestamp:
18 Jun 2013, 23:24:53 (11 years ago)
Author:
tech
Message:
  • changed IV-MERGE HLS to match Test Model 4 spec
  • incorporated iv-refpic list to TComSlice
  • removed TComDepthMapGenerator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.h

    r476 r479  
    4545#include "TLibCommon/TComTrQuant.h"
    4646#include "TLibCommon/SEI.h"
    47 #if H_3D_IV_MERGE
    48 #include "TLibCommon/TComDepthMapGenerator.h"
    49 #endif
    5047
    5148#include "TDecGop.h"
     
    225222  Bool                    m_isDepth;
    226223  CamParsCollector*       m_pcCamParsCollector;
    227 #if H_3D_IV_MERGE
    228   TComDepthMapGenerator   m_cDepthMapGenerator;
    229   TAppDecTop*             m_tAppDecTop;
    230 #endif
    231224#endif
    232225#endif
     
    241234  void setDecodedPictureHashSEIEnabled(Int enabled) { m_cGopDecoder.setDecodedPictureHashSEIEnabled(enabled); }
    242235
    243 #if H_3D_IV_MERGE
    244   Void  init(TAppDecTop* pcTAppDecTop);
    245 #else
    246236  Void  init();
    247 #endif
    248237#if H_MV 
    249238  Bool  decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay, Bool newLayer );
     
    276265  Bool                    getIsDepth            ()               { return m_isDepth;    }
    277266  Void                    setCamParsCollector( CamParsCollector* pcCamParsCollector ) { m_pcCamParsCollector = pcCamParsCollector; }
    278 #if H_3D_IV_MERGE
    279   TComDepthMapGenerator*  getDepthMapGenerator  () { return &m_cDepthMapGenerator; }
    280 #endif
    281267#endif
    282268#endif
Note: See TracChangeset for help on using the changeset viewer.