Ignore:
Timestamp:
28 Jul 2015, 03:59:07 (10 years ago)
Author:
lg
Message:

Integration of inter SDC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncEntropy.cpp

    r1279 r1303  
    723723  }
    724724#endif
    725 #if H_3D_INTER_SDC
     725#if NH_3D_SDC_INTER
    726726  if( pcCU->getSDCFlag( uiAbsPartIdx ) && !pcCU->isIntra( uiAbsPartIdx ) )
    727727  {
     
    734734  if( pcCU->getSlice()->getIsDepth() )
    735735  {
    736 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC
     736#if NH_3D_SDC_INTRA || NH_3D_SDC_INTER
    737737    if( pcCU->getSDCFlag( uiAbsPartIdx ) )
    738738    {
     
    843843}
    844844
    845 #if NH_3D_DMM || NH_3D_SDC_INTRA || H_3D_INTER_SDC
     845#if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER
    846846Void TEncEntropy::encodeDeltaDC  ( TComDataCU* pcCU, UInt absPartIdx )
    847847{
     
    849849}
    850850#endif
    851 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC
     851#if NH_3D_SDC_INTRA || NH_3D_SDC_INTER
    852852Void TEncEntropy::encodeSDCFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD )
    853853{
Note: See TracChangeset for help on using the changeset viewer.