Changeset 57 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon


Ignore:
Timestamp:
4 Mar 2013, 23:56:02 (12 years ago)
Author:
seregin
Message:

RefIdx porting

Location:
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPic.cpp

    r54 r57  
    135135
    136136  /* there are no SEI messages associated with this picture initially */
    137   m_SEIs = NULL;
     137  m_SEIs.clear();
    138138  m_bUsedByCurr = false;
    139139  return;
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComSlice.cpp

    r54 r57  
    21062106    {
    21072107      pIlpPicList[i]->setIsLongTerm(1);  //mark ilp as long-term reference
    2108       pIlpPicList[i]->setIsUsedAsLongTerm(1);  //mark ilp as long-term reference
    21092108      m_apcRefPicList[REF_PIC_LIST_0][iOffset + i] = pIlpPicList[i];
    21102109      m_aiNumRefIdx[REF_PIC_LIST_0]++;
     
    21182117      {
    21192118        pIlpPicList[i]->setIsLongTerm(1);  //mark ilp as long-term reference
    2120         pIlpPicList[i]->setIsUsedAsLongTerm(1);  //mark ilp as long-term reference
    21212119        m_apcRefPicList[REF_PIC_LIST_1][iOffset + i] = pIlpPicList[i];
    21222120        m_aiNumRefIdx[REF_PIC_LIST_1]++;
Note: See TracChangeset for help on using the changeset viewer.