Ignore:
Timestamp:
8 May 2013, 18:45:00 (12 years ago)
Author:
interdigital
Message:

converge setRefPicListSvc() into setRefPicList(),
remove REF_LIST_BUGFIX and always enable it in REF_IDX_FRAMEWORK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r151 r164  
    294294    if(m_cIlpPic[i])
    295295    {
    296       //m_cIlpPic[i]->setPicYuvRec(NULL);
    297296      m_cIlpPic[i]->destroy();
    298297      delete m_cIlpPic[i];
     
    845844    }
    846845  }
    847 #if REF_LIST_BUGFIX
     846#if REF_IDX_FRAMEWORK
    848847  if (!m_layerId)
    849848  {
     
    12221221      {
    12231222        m_cIlpPic[j] = new  TComPic;
    1224         //m_cIlpPic[j]->createWithOutYuv(m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, &m_cSPS, true);
    12251223#if SVC_UPSAMPLING
    12261224        m_cIlpPic[j]->create(m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, &m_cSPS, true);
     
    12411239  if(m_cIlpPic[0])
    12421240  {
    1243     //m_cIlpPic[0]->setPicYuvRec(pcPic->getFullPelBaseRec());
    12441241    m_cIlpPic[0]->copyUpsampledPictureYuv(pcPic->getFullPelBaseRec(), m_cIlpPic[0]->getPicYuvRec());
    12451242    m_cIlpPic[0]->getSlice(0)->setPOC(pcPic->getPOC());
Note: See TracChangeset for help on using the changeset viewer.