Changeset 1203 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 8 Jul 2015, 20:57:55 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1201 r1203 93 93 } 94 94 95 #if REPN_FORMAT_IN_VPS96 95 Int maxRepFormatIdx = -1; 97 96 Int formatIdx = -1; … … 183 182 m_acTEncTop[mapIdxToLayer[idx]].setSkipPictureAtArcSwitch ( m_skipPictureAtArcSwitch ); 184 183 } 184 185 185 delete [] mapIdxToLayer; 186 #endif187 186 188 187 //Populate PTL in VPS … … 2198 2197 Void TAppEncTop::xWriteRecon(UInt layer, Int iNumEncoded) 2199 2198 { 2200 #if REPN_FORMAT_IN_VPS2199 #if SVC_EXTENSION 2201 2200 ChromaFormat chromaFormatIdc = m_acLayerCfg[layer].getChromaFormatIDC(); 2202 2201 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ); … … 2224 2223 if( !m_acLayerCfg[layer].getReconFile().empty() && pcPicYuvRecTop->isReconstructed() && pcPicYuvRecBottom->isReconstructed() ) 2225 2224 { 2226 #if REPN_FORMAT_IN_VPS2225 #if SVC_EXTENSION 2227 2226 m_acTVideoIOYuvReconFile[layer].write( pcPicYuvRecTop, pcPicYuvRecBottom, ipCSC, m_acLayerCfg[layer].getConfWinLeft() * xScal, m_acLayerCfg[layer].getConfWinRight() * xScal, 2228 2227 m_acLayerCfg[layer].getConfWinTop() * yScal, m_acLayerCfg[layer].getConfWinBottom() * yScal, NUM_CHROMA_FORMAT, m_isTopFieldFirst ); … … 2249 2248 if( !m_acLayerCfg[layer].getReconFile().empty() && pcPicYuvRec->isReconstructed() ) 2250 2249 { 2251 #if REPN_FORMAT_IN_VPS2250 #if SVC_EXTENSION 2252 2251 m_acTVideoIOYuvReconFile[layer].write( pcPicYuvRec, ipCSC, m_acLayerCfg[layer].getConfWinLeft() * xScal, m_acLayerCfg[layer].getConfWinRight() * xScal, 2253 2252 m_acLayerCfg[layer].getConfWinTop() * yScal, m_acLayerCfg[layer].getConfWinBottom() * yScal );
Note: See TracChangeset for help on using the changeset viewer.