Changeset 1034 in 3DVCSoftware for branches/HTM-11.2-dev0
- Timestamp:
- 31 Jul 2014, 16:12:11 (10 years ago)
- 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 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 -
branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecSbac.cpp
r1030 r1034 432 432 #endif 433 433 434 #if !FIX_TICKET_76 434 435 #if H_3D_DIM_SDC 435 436 Void TDecSbac::xParseSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiSegment ) … … 511 512 #endif 512 513 #endif 513 514 #endif 514 515 /** Parse I_PCM information. 515 516 * \param pcCU -
branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.cpp
r1030 r1034 564 564 #endif 565 565 566 #if !FIX_TICKET_76 566 567 #if H_3D_DIM_SDC 567 568 Void TEncSbac::xCodeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment ) … … 650 651 #endif 651 652 #endif 653 #endif 654 652 655 653 656 // SBAC RD -
branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.h
r983 r1034 130 130 Void xCodeDmm1WedgeIdx ( UInt uiTabIdx, Int iNumBit ); 131 131 #endif 132 #if !FIX_TICKET_76 132 133 #if H_3D_DIM_SDC 133 134 Void xCodeSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment ); 135 #endif 134 136 #endif 135 137 #endif
Note: See TracChangeset for help on using the changeset viewer.