Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibCommon/TComDataCU.h
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibCommon/TComDataCU.h
r1124 r1131 227 227 DisInfo m_cDefaultDisInfo; ///< Default disparity information for initializing 228 228 #endif 229 #if !LGE_DDD_REMOVAL_J0042_J0030230 #if H_3D_DDD231 UChar* m_pucDisparityDerivedDepth;232 Bool* m_pbUseDDD;233 Int m_iUseDDDCandIdx;234 UChar m_ucDDTmpDepth;235 #endif236 #endif237 229 #if H_3D_IV_MERGE 238 230 TComMotionCand m_mergCands[MRG_IVSHIFT+1]; … … 743 735 UInt getCoefScanIdx(UInt uiAbsPartIdx, UInt uiWidth, Bool bIsLuma, Bool bIsIntra); 744 736 745 #if !LGE_DDD_REMOVAL_J0042_J0030746 #if H_3D_DDD747 UChar* getDDDepth () { return m_pucDisparityDerivedDepth; }748 UChar getDDDepth ( UInt uiIdx ) { return m_pucDisparityDerivedDepth[uiIdx]; }749 Void setDDDepth ( UInt uiIdx, UChar n ) { m_pucDisparityDerivedDepth[uiIdx] = n; }750 Void setDDDepthSubParts( UChar ucDDD, UInt uiAbsPartIdx, UInt uiPartIdx, UInt uiDepth );751 752 Bool* getUseDDD () { return m_pbUseDDD; }753 Bool getUseDDD ( UInt uiIdx ) { return m_pbUseDDD[uiIdx]; }754 Void setUseDDD ( UInt uiIdx, Bool n ) { m_pbUseDDD[uiIdx] = n; }755 Void setUseDDD( Bool bUseDDD, UInt uiAbsPartIdx, UInt uiDepth );756 757 Void setUseDDD ( Bool bUseDDD, UInt uiAbsPartIdx, UInt uiPartIdx, UInt uiDepth );758 759 UChar getDDTmpDepth(){ return m_ucDDTmpDepth; }760 Int getUseDDDCandIdx(){ return m_iUseDDDCandIdx;}761 762 #endif763 #endif764 737 765 738 #if H_3D_DIM
Note: See TracChangeset for help on using the changeset viewer.