Changeset 872 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.h
- Timestamp:
- 27 Mar 2014, 10:11:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncGOP.h
r655 r872 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-2013, ITU/ISO/IEC6 * Copyright (c) 2010-2014, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 125 125 std::vector<Int> m_storedStartCUAddrForEncodingSlice; 126 126 std::vector<Int> m_storedStartCUAddrForEncodingSliceSegment; 127 #if FIX1172 128 NalUnitType m_associatedIRAPType; 129 Int m_associatedIRAPPOC; 130 #endif 127 131 128 132 std::vector<Int> m_vRVM_RP; … … 181 185 182 186 TEncSlice* getSliceEncoder() { return m_pcSliceEncoder; } 183 NalUnitType getNalUnitType( Int pocCurr, Int lastIdr );187 NalUnitType getNalUnitType( Int pocCurr, Int lastIdr, Bool isField ); 184 188 Void arrangeLongtermPicturesInRPS(TComSlice *, TComList<TComPic*>& ); 185 189 protected: … … 187 191 188 192 protected: 193 189 194 Void xInitGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, bool isField ); 190 191 195 Void xInitGOP ( Int iPOC, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut ); 192 196 Void xGetBuffer ( TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, Int iNumPicRcvd, Int iTimeOffset, TComPic*& rpcPic, TComPicYuv*& rpcPicYuvRecOut, Int pocCurr, bool isField ); … … 208 212 209 213 SEIToneMappingInfo* xCreateSEIToneMappingInfo(); 214 #if H_MV_HLS_7_SEI_P0204_26 215 SEISubBitstreamProperty *xCreateSEISubBitstreamProperty( TComSPS *sps); 216 #endif 210 217 211 218 Void xCreateLeadingSEIMessages (/*SEIMessages seiMessages,*/ AccessUnit &accessUnit, TComSPS *sps);
Note: See TracChangeset for help on using the changeset viewer.