Changeset 54 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 2 Mar 2013, 09:25:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.h
r51 r54 83 83 Bool m_bFirst; 84 84 85 #if SVC_EXTENSION 86 UInt m_layerId; 87 #endif 88 85 89 // Access channel 86 90 TEncTop* m_pcEncTop; … … 88 92 TEncSlice* m_pcSliceEncoder; 89 93 TComList<TComPic*>* m_pcListPic; 94 95 #if SVC_EXTENSION 96 TEncTop** m_ppcTEncTop; 97 #if SVC_UPSAMPLING 98 TEncSearch* m_pcPredSearch; ///< encoder search class 99 #endif 100 #endif 90 101 91 102 TEncEntropy* m_pcEntropyCoder; … … 125 136 virtual ~TEncGOP(); 126 137 138 #if SVC_EXTENSION 139 Void create ( UInt layerId ); 140 #else 127 141 Void create (); 142 #endif 128 143 Void destroy (); 129 144 130 145 Void init ( TEncTop* pcTEncTop ); 146 #if SVC_EXTENSION 147 Void compressGOP ( Int iPicIdInGOP, Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRec, std::list<AccessUnit>& accessUnitsInGOP ); 148 #else 131 149 Void compressGOP ( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRec, std::list<AccessUnit>& accessUnitsInGOP ); 150 #endif 132 151 Void xWriteTileLocationToSliceHeader (OutputNALUnit& rNalu, TComOutputBitstream*& rpcBitstreamRedirect, TComSlice*& rpcSlice); 133 152
Note: See TracChangeset for help on using the changeset viewer.