Changeset 1128 in 3DVCSoftware for branches/HTM-13.0-MV-draft-2/source/App/TAppEncoder/TAppEncTop.h
- Timestamp:
- 10 Nov 2014, 14:19:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-MV-draft-2/source/App/TAppEncoder/TAppEncTop.h
r1124 r1128 46 46 #include "TLibCommon/AccessUnit.h" 47 47 #include "TAppEncCfg.h" 48 #if H_3D49 #include "../../Lib/TLibRenderer/TRenTop.h"50 #endif51 48 52 #if KWU_RC_MADPRED_E022753 class TEncTop;54 #endif55 49 //! \ingroup TAppEncoder 56 50 //! \{ … … 90 84 #endif 91 85 92 #if H_3D93 TComDLT m_dlt; ///< dlt94 #if HHI_TOOL_PARAMETERS_I2_J010795 TComSps3dExtension m_sps3dExtension; ///< Currently all layers share the same sps 3D Extension96 #endif97 #endif98 86 99 87 UInt m_essentialBytes; 100 88 UInt m_totalBytes; 101 #if H_3D_VSO102 TRenTop m_cRendererTop;103 TRenModel m_cRendererModel;104 #endif105 89 protected: 106 90 // initialization … … 148 132 Bool xLayerIdInTargetEncLayerIdList( Int nuhLayerId ); 149 133 #endif 150 #if H_3D151 #if !HHI_TOOL_PARAMETERS_I2_J0107152 Void xSetVPSExtension2( TComVPS& vps );153 #endif154 Void xDeriveDltArray( TComVPS& vps, TComDLT& dlt );155 #endif156 #if H_3D_DIM_DLT157 Void xAnalyzeInputBaseDepth(UInt layer, UInt uiNumFrames, TComVPS* vps, TComDLT* dlt);158 #endif159 134 public: 160 135 TAppEncTop();
Note: See TracChangeset for help on using the changeset viewer.