Changeset 318 in SHVCSoftware for branches/SHM-3.0-dev


Ignore:
Timestamp:
2 Aug 2013, 22:10:14 (11 years ago)
Author:
seregin
Message:

remove INTRA_BL_CTX_CHANGE

Location:
branches/SHM-3.0-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp

    r317 r318  
    18281828UInt TComDataCU::getCtxIntraBLFlag( UInt uiAbsPartIdx )
    18291829{
    1830 #if INTRA_BL_CTX_CHANGE
    1831   Int cuDepth = getDepth(uiAbsPartIdx);
    1832   Int maxCuDepth = g_uiMaxCUDepth - g_uiAddCUDepth;
    1833   UInt uiCtx = (maxCuDepth==3 && cuDepth > 0) ? (cuDepth - 1) : cuDepth;
    1834   return uiCtx;
    1835 #else
    18361830  TComDataCU* pcTempCU;
    18371831  UInt        uiTempPartIdx;
     
    18561850 
    18571851  return uiCtx;
    1858 #endif
    18591852}
    18601853#endif
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h

    r317 r318  
    120120#define INTRA_BL_DST4x4                  1      ///< L0067/L0204: DST4x4 for Intra BL
    121121#define NO_RESIDUAL_FLAG_FOR_BLPRED      1      ///< L0437: Root cbf for Intra_BL
    122 #define INTRA_BL_CTX_CHANGE              1      ///< M0075: spatial dependency removal for IntraBL flag context derivation
    123122
    124123#endif
Note: See TracChangeset for help on using the changeset viewer.