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

Integration of JCT3V-E0182. The MACRO is "MTK_TEXTURE_MRGCAND_BUGFIX_E0182".

By Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

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

    r566 r567  
    107107  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
    108108#endif
     109#if MTK_TEXTURE_MRGCAND_BUGFIX_E0182 
     110  Int         m_aiTexToDepRef  [2][MAX_NUM_REF];
     111#endif
    109112public:
    110113  TComPic();
     
    222225  Bool      isTempIVRefValid(Int currCandPic, Int iTempRefDir, Int iTempRefIdx);
    223226#endif
     227#if MTK_TEXTURE_MRGCAND_BUGFIX_E0182
     228  Void      checkTextureRef(  );
     229  Int       isTextRefValid(Int iTextRefDir, Int iTextRefIdx);
     230#endif
    224231  /** transfer ownership of seis to this picture */
    225232  void setSEIs(SEIMessages& seis) { m_SEIs = seis; }
Note: See TracChangeset for help on using the changeset viewer.