Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCavlc.h


Ignore:
Timestamp:
23 Oct 2013, 23:01:30 (12 years ago)
Author:
tech
Message:

Merged 8.1-Cleanup@654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncCavlc.h

    r622 r655  
    8484  UInt  getCoeffCost          ()                { return  m_uiCoeffCost;  }
    8585  Void  codeVPS                 ( TComVPS* pcVPS );
    86 #if H_MV5
    8786#if H_MV
    8887  Void  codeVPSExtension       ( TComVPS *pcVPS );
     
    9089  Void  codeVPSVUI             ( TComVPS* pcVPS );
    9190#endif
    92 #endif
    9391  Void  codeVUI                 ( TComVUI *pcVUI, TComSPS* pcSPS );
    94 #if H_MV5
    9592#if H_MV
    9693  Void  codeSPSExtension        ( TComSPS* pcSPS );
    9794#endif
    98 #endif
    9995#if H_3D
    100 #if H_MV5
    10196  Void  codeVPSExtension2       ( TComVPS* pcVPS );
    10297  Void  codeSPSExtension2       ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag  );
    103 #endif
    10498  Void  codeSPS                 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
    10599#else
     
    133127  Void codeICFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx );
    134128#endif
    135 #if LGE_INTER_SDC_E0156
     129#if H_3D_INTER_SDC
    136130  Void codeInterSDCFlag          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
    137131  Void codeInterSDCResidualData  ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiSegment );
Note: See TracChangeset for help on using the changeset viewer.