Ignore:
Timestamp:
27 Mar 2014, 23:17:21 (10 years ago)
Author:
tech
Message:

Cleanups part 6.

File:
1 edited

Legend:

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

    r880 r881  
    226226#endif
    227227
    228 #if MTK_DDD_G0063
     228#if H_3D_DDD
    229229  UChar*        m_pucDisparityDerivedDepth;
    230230  Bool*         m_pbUseDDD;
     
    723723  UInt          getCoefScanIdx(UInt uiAbsPartIdx, UInt uiWidth, Bool bIsLuma, Bool bIsIntra);
    724724
    725 #if MTK_DDD_G0063
     725#if H_3D_DDD
    726726  UChar*       getDDDepth        ()                        { return m_pucDisparityDerivedDepth;        }
    727727  UChar        getDDDepth        ( UInt uiIdx )            { return m_pucDisparityDerivedDepth[uiIdx]; }
Note: See TracChangeset for help on using the changeset viewer.