Changeset 820 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 7 Jul 2014, 11:08:41 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
-
TEncGOP.cpp (modified) (1 diff)
-
TEncTop.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r818 r820 2174 2174 } 2175 2175 #endif 2176 #if AVC_SYNTAX2177 pcPic->readBLSyntax( m_ppcTEncTop[0]->getBLSyntaxFile(), SYNTAX_BYTES );2178 #endif2179 2176 return; 2180 2177 } -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.h
r815 r820 125 125 static Int m_iSPSIdCnt; ///< next Id number for SPS 126 126 static Int m_iPPSIdCnt; ///< next Id number for PPS 127 #if AVC_SYNTAX128 fstream* m_pBLSyntaxFile;129 #endif130 127 TEncTop** m_ppcTEncTop; 131 128 TEncTop* getLayerEnc(UInt layer) { return m_ppcTEncTop[layer]; } … … 246 243 Bool getInterLayerWeightedPredFlag() { return m_interLayerWeightedPredFlag; } 247 244 #endif 248 #if AVC_SYNTAX249 Void setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; }250 fstream* getBLSyntaxFile() { return m_pBLSyntaxFile; }251 #endif252 245 Void encode( TComPicYuv* pcPicYuvOrg, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsOut, Int iPicIdInGOP ); 253 246 Void encodePrep( TComPicYuv* pcPicYuvOrg );
Note: See TracChangeset for help on using the changeset viewer.