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/TLibEncoder/TEncGOP.h

    r478 r479  
    5959#include <vector>
    6060
    61 #if H_3D_IV_MERGE
    62 #include "TLibCommon/TComDepthMapGenerator.h"
    63 #endif
    6461//! \ingroup TLibEncoder
    6562//! \{
     
    110107  Int                     m_viewIndex;
    111108  Bool                    m_isDepth;
    112 #if H_3D_IV_MERGE
    113   TComDepthMapGenerator*  m_pcDepthMapGenerator;
    114 #endif
    115109#endif
    116110#endif
     
    172166 
    173167  TComList<TComPic*>*   getListPic()      { return m_pcListPic; }
    174 #if H_3D_IV_MERGE
    175   TEncTop* getEncTop() { return m_pcEncTop; }
    176 #endif
     168
    177169#if !H_MV
    178170  Void  printOutSummary      ( UInt uiNumAllPicCoded );
Note: See TracChangeset for help on using the changeset viewer.