Changeset 1034 in 3DVCSoftware


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

Fix tickets #76 Unused functions

Location:
branches/HTM-11.2-dev0/source/Lib
Files:
6 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
  • branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecSbac.cpp

    r1030 r1034  
    432432#endif
    433433
     434#if !FIX_TICKET_76
    434435#if H_3D_DIM_SDC
    435436Void TDecSbac::xParseSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiSegment )
     
    511512#endif
    512513#endif
    513 
     514#endif
    514515/** Parse I_PCM information.
    515516 * \param pcCU
  • branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.cpp

    r1030 r1034  
    564564#endif
    565565
     566#if !FIX_TICKET_76
    566567#if H_3D_DIM_SDC
    567568Void TEncSbac::xCodeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment )
     
    650651#endif
    651652#endif
     653#endif
     654
    652655
    653656// SBAC RD
  • branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.h

    r983 r1034  
    130130  Void  xCodeDmm1WedgeIdx    ( UInt uiTabIdx, Int iNumBit );
    131131#endif
     132#if !FIX_TICKET_76
    132133#if H_3D_DIM_SDC
    133134  Void  xCodeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment );
     135#endif
    134136#endif
    135137#endif
Note: See TracChangeset for help on using the changeset viewer.