Changeset 1038 in 3DVCSoftware for branches/HTM-11.2-dev0/source/Lib/TLibCommon
- Timestamp:
- 1 Aug 2014, 10:01:00 (11 years ago)
- Location:
- branches/HTM-11.2-dev0/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp
r1037 r1038 3921 3921 Void TComDataCU::getInterMergeCandidates( UInt uiAbsPartIdx, UInt uiPUIdx, TComMvField* pcMvFieldNeighbours, UChar* puhInterDirNeighbours 3922 3922 #endif 3923 #if H_3D_VSP 3923 #if H_3D_VSP && !FIX_TICKET_79 3924 3924 , InheritedVSPDisInfo* inheritedVSPDisInfo 3925 3925 #endif … … 3951 3951 ////////////////////////////////// 3952 3952 DisInfo cDisInfo = getDvInfo(uiAbsPartIdx); 3953 #if !FIX_TICKET_79 3953 3954 for(Int i = 0; i < MRG_MAX_NUM_CANDS_MEM; i++) 3954 3955 { 3955 3956 inheritedVSPDisInfo[i].m_acDvInfo = cDisInfo; // To prevent run-time error, this code must be executed always for merging process. 3956 3957 } 3958 #endif 3957 3959 m_cDefaultDisInfo = cDisInfo; 3958 3960 -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.h
r1034 r1038 670 670 Void getInterMergeCandidates ( UInt uiAbsPartIdx, UInt uiPUIdx, TComMvField* pcMFieldNeighbours, UChar* puhInterDirNeighbours 671 671 #endif 672 #if H_3D_VSP 672 #if H_3D_VSP && !FIX_TICKET_79 673 673 , InheritedVSPDisInfo* inheritedVSPDisInfo 674 674 #endif -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComMotionInfo.h
r976 r1038 79 79 } IDVInfo; 80 80 #endif 81 #if H_3D_VSP 81 #if H_3D_VSP && !FIX_TICKET_79 82 82 typedef struct _InheritedVSPDisCand 83 83 { -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TypeDef.h
r1037 r1038 284 284 285 285 // Fixes 286 #define FIX_TICKET_79 1 // Unused VSP code 287 #define FIX_TICKET_75 1 // Bi-pred restriction bug in VSP 286 288 #define FIX_TICKET_68 1 // MV clipping bug in the sub-PU MPI default MV generation 287 289 #define FIX_TICKET_71 1 // IC parameters is meaningless in HTM when no training samples are available
Note: See TracChangeset for help on using the changeset viewer.