Changeset 593 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncTop.h
- Timestamp:
- 2 Feb 2014, 04:51:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncTop.h
r574 r593 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 3, ITU/ISO/IEC6 * Copyright (c) 2010-2014, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 73 73 UInt m_uiNumAllPicCoded; ///< number of coded pictures 74 74 TComList<TComPic*> m_cListPic; ///< dynamic list of pictures 75 #if SVC_EXTENSION 76 static Int m_iSPSIdCnt; ///< next Id number for SPS 77 static Int m_iPPSIdCnt; ///< next Id number for PPS 78 #if AVC_SYNTAX 79 fstream* m_pBLSyntaxFile; 80 #endif 81 #endif 82 75 83 76 // encoder search 84 77 TEncSearch m_cSearch; ///< encoder search class … … 130 123 131 124 #if SVC_EXTENSION 132 125 static Int m_iSPSIdCnt; ///< next Id number for SPS 126 static Int m_iPPSIdCnt; ///< next Id number for PPS 127 #if AVC_SYNTAX 128 fstream* m_pBLSyntaxFile; 129 #endif 133 130 TEncTop** m_ppcTEncTop; 134 131 TEncTop* getLayerEnc(UInt layer) { return m_ppcTEncTop[layer]; } … … 163 160 Void xInitRPS (Bool isFieldCoding); ///< initialize PPS from encoder options 164 161 #if SVC_EXTENSION 165 Void xInitILRP();162 Void xInitILRP(); 166 163 #endif 167 164 public: … … 210 207 Int getReferencePictureSetIdxForSOP(TComSlice* slice, Int POCCurr, Int GOPid ); 211 208 TComScalingList* getScalingList () { return &m_scalingList; } 209 // ------------------------------------------------------------------------------------------------------------------- 210 // encoder function 211 // ------------------------------------------------------------------------------------------------------------------- 212 213 /// encode several number of pictures until end-of-sequence 212 214 #if SVC_EXTENSION 213 215 Void setLayerEnc(TEncTop** p) {m_ppcTEncTop = p;} … … 224 226 #endif 225 227 Window& getScaledRefLayerWindow(Int x) { return m_scaledRefLayerWindow[x]; } 226 #endif //SVC_EXTENSION227 228 // -------------------------------------------------------------------------------------------------------------------229 // encoder function230 // -------------------------------------------------------------------------------------------------------------------231 232 /// encode several number of pictures until end-of-sequence233 #if SVC_EXTENSION234 228 TComPic** getIlpList() { return m_cIlpPic; } 235 229 #if REF_IDX_MFM … … 281 275 282 276 #endif // __TENCTOP__ 277
Note: See TracChangeset for help on using the changeset viewer.