Ignore:
Timestamp:
21 May 2015, 15:43:58 (10 years ago)
Author:
rwth
Message:
  • migration of DBBP (to be tested)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibCommon/TComDataCU.h

    r1217 r1222  
    6565static const UInt NUM_MOST_PROBABLE_MODES=3;
    6666
    67 #if H_3D_DBBP
     67#if NH_3D_DBBP
    6868typedef struct _DBBPTmpData
    6969{
     
    193193#endif
    194194#endif
    195 #if H_3D_DBBP
     195#if NH_3D_DBBP
    196196  Bool*         m_pbDBBPFlag;        ///< array of DBBP flags
    197197  DbbpTmpData   m_sDBBPTmpData;
     
    329329  Void          setCUTransquantBypassSubParts( Bool flag, UInt uiAbsPartIdx, UInt uiDepth );
    330330
    331 #if H_3D_DBBP
     331#if NH_3D_DBBP
    332332  Pel*          getVirtualDepthBlock(UInt uiAbsPartIdx, UInt uiWidth, UInt uiHeight, UInt& uiDepthStride);
    333333#endif
     
    353353  Void          setPredModeSubParts   ( PredMode eMode, UInt uiAbsPartIdx, UInt uiDepth );
    354354
    355 #if H_3D_DBBP
     355#if NH_3D_DBBP
    356356  Bool*         getDBBPFlag           ()                        { return m_pbDBBPFlag;               }
    357357  Bool          getDBBPFlag           ( UInt uiIdx )            { return m_pbDBBPFlag[uiIdx];        }
Note: See TracChangeset for help on using the changeset viewer.