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/TDecGop.h

    r478 r479  
    5151#include "TLibCommon/TComSampleAdaptiveOffset.h"
    5252
    53 #if H_3D_IV_MERGE
    54 #include "TLibCommon/TComDepthMapGenerator.h"
    55 #endif
    5653#include "TDecEntropy.h"
    5754#include "TDecSlice.h"
     
    8279  TComLoopFilter*       m_pcLoopFilter;
    8380 
    84 #if H_3D_IV_MERGE
    85   TComDepthMapGenerator*  m_pcDepthMapGenerator;
    86 #endif
    8781  TComSampleAdaptiveOffset*     m_pcSAO;
    8882  Double                m_dDecTime;
     
    10498                 TComLoopFilter*         pcLoopFilter,
    10599                 TComSampleAdaptiveOffset* pcSAO
    106 #if H_3D_IV_MERGE
    107                  ,TComDepthMapGenerator* pcDepthMapGenerator
    108 #endif
    109100                 );
    110101  Void  create  ();
Note: See TracChangeset for help on using the changeset viewer.