Ignore:
Timestamp:
12 Aug 2013, 11:11:06 (11 years ago)
Author:
mediatek-htm
Message:

Integration of JCT3V-E0172. The MACRO is "MTK_RVS_BUGFIX_E0172".

By Na Zhang (na.zhang@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev1-Mediatek/source/Lib/TLibCommon/TComPic.h

    r541 r566  
    104104  Int         m_iNumDdvCandPics;
    105105#endif
     106#if MTK_NBDV_TN_FIX_E0172
     107  Bool        m_abTIVRINCurrRL  [2][2][MAX_NUM_REF]; //whether an inter-view reference picture with the same view index of the inter-view reference picture of temporal reference picture of current picture exists in current reference picture lists
     108#endif
    106109public:
    107110  TComPic();
     
    215218  RefPicList    getRapRefList()                        {return m_eRapRefList;       }
    216219#endif
     220#if MTK_NBDV_TN_FIX_E0172
     221  Void      checkTemporalIVRef();
     222  Bool      isTempIVRefValid(Int currCandPic, Int iTempRefDir, Int iTempRefIdx);
     223#endif
    217224  /** transfer ownership of seis to this picture */
    218225  void setSEIs(SEIMessages& seis) { m_SEIs = seis; }
Note: See TracChangeset for help on using the changeset viewer.