Changeset 164 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 8 May 2013, 18:45:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp
r151 r164 294 294 if(m_cIlpPic[i]) 295 295 { 296 //m_cIlpPic[i]->setPicYuvRec(NULL);297 296 m_cIlpPic[i]->destroy(); 298 297 delete m_cIlpPic[i]; … … 845 844 } 846 845 } 847 #if REF_ LIST_BUGFIX846 #if REF_IDX_FRAMEWORK 848 847 if (!m_layerId) 849 848 { … … 1222 1221 { 1223 1222 m_cIlpPic[j] = new TComPic; 1224 //m_cIlpPic[j]->createWithOutYuv(m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, &m_cSPS, true);1225 1223 #if SVC_UPSAMPLING 1226 1224 m_cIlpPic[j]->create(m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, &m_cSPS, true); … … 1241 1239 if(m_cIlpPic[0]) 1242 1240 { 1243 //m_cIlpPic[0]->setPicYuvRec(pcPic->getFullPelBaseRec());1244 1241 m_cIlpPic[0]->copyUpsampledPictureYuv(pcPic->getFullPelBaseRec(), m_cIlpPic[0]->getPicYuvRec()); 1245 1242 m_cIlpPic[0]->getSlice(0)->setPOC(pcPic->getPOC());
Note: See TracChangeset for help on using the changeset viewer.