Changeset 38 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 20 Feb 2013, 21:24:20 (12 years ago)
- Location:
- branches/SHM-1.1-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r28 r38 774 774 { 775 775 pcPic->getPicYuvOrg()->copyToPic( pcPic->getPicYuvRec() ); 776 #if AVC_SYNTAX 777 pcPic->readBLSyntax( m_ppcTEncTop[0]->getBLSyntaxFile(), SYNTAX_BYTES ); 778 #endif 776 779 return; 777 780 } -
branches/SHM-1.1-dev/source/Lib/TLibEncoder/TEncTop.h
r28 r38 77 77 static Int m_iSPSIdCnt; ///< next Id number for SPS 78 78 static Int m_iPPSIdCnt; ///< next Id number for PPS 79 #if AVC_SYNTAX 80 fstream* m_pBLSyntaxFile; 81 #endif 79 82 #endif 80 83 … … 223 226 224 227 Void encodePrep( bool bEos, TComPicYuv* pcPicYuvOrg ); 228 #if AVC_SYNTAX 229 Void setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; } 230 fstream* getBLSyntaxFile() { return m_pBLSyntaxFile; } 231 #endif 225 232 #else 226 233 Void encode( bool bEos, TComPicYuv* pcPicYuvOrg, TComList<TComPicYuv*>& rcListPicYuvRecOut,
Note: See TracChangeset for help on using the changeset viewer.