Changeset 1034 in 3DVCSoftware for branches/HTM-11.2-dev0/source/Lib/TLibCommon
- Timestamp:
- 31 Jul 2014, 16:12:11 (11 years ago)
- 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 5317 5317 #endif 5318 5318 5319 5319 #if !FIX_TICKET_76 5320 5320 #if H_3D_VSP 5321 5321 inline Void TComDataCU::xInheritVSPDisInfo(TComDataCU* pcCURef, UInt uiAbsPartIdx, Int iCount, InheritedVSPDisInfo* inheritedVSPDisInfo) … … 5324 5324 inheritedVSPDisInfo[iCount].m_acDvInfo.m_aVIdxCan = pcCURef->getDvInfo(uiAbsPartIdx).m_aVIdxCan; 5325 5325 } 5326 #endif 5326 5327 #endif 5327 5328 /** 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 680 680 681 681 #if H_3D_VSP 682 #if !FIX_TICKET_76 682 683 inline Void xInheritVSPDisInfo(TComDataCU* pcCURef, UInt uiAbsPartIdx, Int iCount, InheritedVSPDisInfo* inheritedVSPDisInfo); 684 #endif 683 685 684 686 #if H_3D_SPIVMP -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TypeDef.h
r1033 r1034 284 284 285 285 // 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 287 288 #define FIX_TICKET_61 1 // layerIdsInSets size check 288 289
Note: See TracChangeset for help on using the changeset viewer.