Changeset 75 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder
- 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/TLibEncoder/TEncTop.cpp
r74 r75 1127 1127 m_cIlpPic[j]->create(m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, true); 1128 1128 #endif 1129 #if REF_IDX_ME_ZEROMV || ENCODER_FAST_MODE || REF_IDX_MFM1130 m_cIlpPic[j]->setIsILR(true);1131 #endif1132 1129 for (Int i=0; i<m_cIlpPic[j]->getPicSym()->getNumberOfCUsInFrame(); i++) 1133 1130 { … … 1146 1143 m_cIlpPic[0]->copyUpsampledPictureYuv(pcPic->getFullPelBaseRec(), m_cIlpPic[0]->getPicYuvRec()); 1147 1144 m_cIlpPic[0]->getSlice(0)->setPOC(pcPic->getPOC()); 1145 m_cIlpPic[0]->setLayerId(0); //set reference layerId 1148 1146 m_cIlpPic[0]->getPicYuvRec()->setBorderExtension(false); 1149 1147 m_cIlpPic[0]->getPicYuvRec()->extendPicBorder();
Note: See TracChangeset for help on using the changeset viewer.