Changeset 748 in 3DVCSoftware for branches/HTM-9.1-dev0-ZTE/source/App/TAppEncoder/TAppEncTop.h
- Timestamp:
- 18 Dec 2013, 09:00:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.1-dev0-ZTE/source/App/TAppEncoder/TAppEncTop.h
r738 r748 86 86 #endif 87 87 88 #if DLT_DIFF_CODING_IN_PPS 89 TComDLT m_dlt; ///< dlt 90 #endif 91 88 92 UInt m_essentialBytes; 89 93 UInt m_totalBytes; … … 135 139 Void xSetVPSExtension2( TComVPS& vps ); 136 140 #endif 141 #if DLT_DIFF_CODING_IN_PPS 142 Void xDeriveDltArray( TComVPS& vps, TComDLT& dlt ); 143 #endif 137 144 #if H_3D_DIM_DLT 145 #if DLT_DIFF_CODING_IN_PPS 146 Void xAnalyzeInputBaseDepth(UInt layer, UInt uiNumFrames, TComVPS* vps, TComDLT* dlt); 147 #else 138 148 Void xAnalyzeInputBaseDepth(UInt layer, UInt uiNumFrames, TComVPS* vps); 149 #endif 139 150 #endif 140 151 public:
Note: See TracChangeset for help on using the changeset viewer.