Changeset 1034 in 3DVCSoftware for branches/HTM-11.2-dev0/source/Lib/TLibCommon


Ignore:
Timestamp:
31 Jul 2014, 16:12:11 (11 years ago)
Author:
tech
Message:

Fix tickets #76 Unused functions

Location:
branches/HTM-11.2-dev0/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp

    r1030 r1034  
    53175317#endif
    53185318
    5319 
     5319#if !FIX_TICKET_76
    53205320#if H_3D_VSP
    53215321inline Void TComDataCU::xInheritVSPDisInfo(TComDataCU* pcCURef, UInt uiAbsPartIdx, Int iCount, InheritedVSPDisInfo*  inheritedVSPDisInfo)
     
    53245324  inheritedVSPDisInfo[iCount].m_acDvInfo.m_aVIdxCan = pcCURef->getDvInfo(uiAbsPartIdx).m_aVIdxCan;
    53255325}
     5326#endif
    53265327#endif
    53275328/** Check whether the current PU and a spatial neighboring PU are in a same ME region.
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.h

    r1029 r1034  
    680680
    681681#if H_3D_VSP
     682#if !FIX_TICKET_76
    682683  inline Void   xInheritVSPDisInfo(TComDataCU* pcCURef, UInt uiAbsPartIdx, Int iCount,  InheritedVSPDisInfo*  inheritedVSPDisInfo);
     684#endif
    683685
    684686#if H_3D_SPIVMP
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TypeDef.h

    r1033 r1034  
    284284
    285285// Fixes
    286 #define FIX_TICKET_62                     1    // layerIdsInSets size check
     286#define FIX_TICKET_76                     1    // unused functions
     287#define FIX_TICKET_62                     1    // buffer overflow for print
    287288#define FIX_TICKET_61                     1    // layerIdsInSets size check
    288289
Note: See TracChangeset for help on using the changeset viewer.