Changeset 21 in SHVCSoftware for trunk/source/Lib/TLibDecoder


Ignore:
Timestamp:
29 Jan 2013, 20:23:17 (12 years ago)
Author:
seregin
Message:

REF_IDX_ME_ZEROMV: use zero motion for inter-layer reference picture without fractional ME (L0051)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecTop.cpp

    r11 r21  
    164164        m_cIlpPic[j]->create(pcSPS->getPicWidthInLumaSamples(), pcSPS->getPicHeightInLumaSamples(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, true);
    165165#endif
     166#if REF_IDX_ME_AROUND_ZEROMV || REF_IDX_ME_ZEROMV
     167        m_cIlpPic[j]->setIsILR(true);
     168#endif
    166169        for (Int i=0; i<m_cIlpPic[j]->getPicSym()->getNumberOfCUsInFrame(); i++)
    167170        {
Note: See TracChangeset for help on using the changeset viewer.