Changeset 75 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder
- Timestamp:
- 11 Mar 2013, 23:06:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecTop.cpp
r74 r75 159 159 m_cIlpPic[j]->create(pcSPS->getPicWidthInLumaSamples(), pcSPS->getPicHeightInLumaSamples(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, true); 160 160 #endif 161 #if REF_IDX_ME_ZEROMV || REF_IDX_MFM162 m_cIlpPic[j]->setIsILR(true);163 #endif164 161 for (Int i=0; i<m_cIlpPic[j]->getPicSym()->getNumberOfCUsInFrame(); i++) 165 162 { … … 178 175 m_cIlpPic[0]->copyUpsampledPictureYuv(pcPic->getFullPelBaseRec(), m_cIlpPic[0]->getPicYuvRec()); 179 176 m_cIlpPic[0]->getSlice(0)->setPOC(pcPic->getPOC()); 177 m_cIlpPic[0]->setLayerId(0); //set reference layerId 180 178 m_cIlpPic[0]->getPicYuvRec()->setBorderExtension(false); 181 179 m_cIlpPic[0]->getPicYuvRec()->extendPicBorder();
Note: See TracChangeset for help on using the changeset viewer.