Changeset 21 in SHVCSoftware for trunk/source/Lib/TLibDecoder
- Timestamp:
- 29 Jan 2013, 20:23:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecTop.cpp
r11 r21 164 164 m_cIlpPic[j]->create(pcSPS->getPicWidthInLumaSamples(), pcSPS->getPicHeightInLumaSamples(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, true); 165 165 #endif 166 #if REF_IDX_ME_AROUND_ZEROMV || REF_IDX_ME_ZEROMV 167 m_cIlpPic[j]->setIsILR(true); 168 #endif 166 169 for (Int i=0; i<m_cIlpPic[j]->getPicSym()->getNumberOfCUsInFrame(); i++) 167 170 {
Note: See TracChangeset for help on using the changeset viewer.