Ignore:
Timestamp:
18 Feb 2015, 17:39:40 (10 years ago)
Author:
tech
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-dev0/source/Lib/TLibCommon/TComDataCU.h

    r1124 r1131  
    227227  DisInfo       m_cDefaultDisInfo;    ///< Default disparity information for initializing
    228228#endif
    229 #if !LGE_DDD_REMOVAL_J0042_J0030
    230 #if H_3D_DDD
    231   UChar*        m_pucDisparityDerivedDepth;
    232   Bool*         m_pbUseDDD;
    233   Int           m_iUseDDDCandIdx;
    234   UChar         m_ucDDTmpDepth;
    235 #endif
    236 #endif
    237229#if H_3D_IV_MERGE
    238230  TComMotionCand  m_mergCands[MRG_IVSHIFT+1];
     
    743735  UInt          getCoefScanIdx(UInt uiAbsPartIdx, UInt uiWidth, Bool bIsLuma, Bool bIsIntra);
    744736
    745 #if !LGE_DDD_REMOVAL_J0042_J0030
    746 #if H_3D_DDD
    747   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 #endif
    763 #endif
    764737
    765738#if H_3D_DIM
Note: See TracChangeset for help on using the changeset viewer.