Ignore:
Timestamp:
29 Aug 2013, 12:25:20 (11 years ago)
Author:
tech
Message:

Merged dev1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev0/source/Lib/TLibEncoder/TEncGOP.cpp

    r542 r597  
    10781078#endif
    10791079#endif
     1080#if MTK_NBDV_TN_FIX_E0172
     1081      if(pcSlice->getViewIndex() && !pcSlice->getIsDepth() && !pcSlice->isIntra()) //Notes from QC: this condition shall be changed once the configuration is completed, e.g. in pcSlice->getSPS()->getMultiviewMvPredMode() || ARP in prev. HTM. Remove this comment once it is done.
     1082      {
     1083        pcPic->checkTemporalIVRef();
     1084      }
     1085#endif
     1086#if MTK_TEXTURE_MRGCAND_BUGFIX_E0182
     1087      if(pcSlice->getIsDepth())
     1088      {
     1089        pcPic->checkTextureRef();
     1090      }
     1091#endif
    10801092    while(nextCUAddr<uiRealEndAddress) // determine slice boundaries
    10811093    {
Note: See TracChangeset for help on using the changeset viewer.