Ignore:
Timestamp:
10 Nov 2014, 14:19:08 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC related code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-MV-draft-2/source/App/TAppEncoder/TAppEncTop.h

    r1124 r1128  
    4646#include "TLibCommon/AccessUnit.h"
    4747#include "TAppEncCfg.h"
    48 #if H_3D
    49 #include "../../Lib/TLibRenderer/TRenTop.h"
    50 #endif
    5148
    52 #if KWU_RC_MADPRED_E0227
    53 class TEncTop;
    54 #endif
    5549//! \ingroup TAppEncoder
    5650//! \{
     
    9084#endif
    9185
    92 #if H_3D
    93   TComDLT                    m_dlt;                         ///< dlt
    94 #if HHI_TOOL_PARAMETERS_I2_J0107
    95   TComSps3dExtension         m_sps3dExtension;              ///< Currently all layers share the same sps 3D Extension 
    96 #endif
    97 #endif
    9886
    9987  UInt m_essentialBytes;
    10088  UInt m_totalBytes;
    101 #if H_3D_VSO
    102   TRenTop                     m_cRendererTop;
    103   TRenModel                   m_cRendererModel;   
    104 #endif
    10589protected:
    10690  // initialization
     
    148132  Bool xLayerIdInTargetEncLayerIdList( Int nuhLayerId );
    149133#endif
    150 #if H_3D
    151 #if !HHI_TOOL_PARAMETERS_I2_J0107
    152   Void xSetVPSExtension2( TComVPS& vps );
    153 #endif
    154   Void xDeriveDltArray( TComVPS& vps, TComDLT& dlt );
    155 #endif
    156 #if H_3D_DIM_DLT
    157   Void  xAnalyzeInputBaseDepth(UInt layer, UInt uiNumFrames, TComVPS* vps, TComDLT* dlt);
    158 #endif
    159134public:
    160135  TAppEncTop();
Note: See TracChangeset for help on using the changeset viewer.