Changeset 684 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
16 Apr 2014, 02:23:24 (11 years ago)
Author:
seregin
Message:

code formatting

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecEntropy.h

    r677 r684  
    145145  Void    decodeSPS                   ( TComSPS* pcSPS     )    { m_pcEntropyDecoderIf->parseSPS(pcSPS);                    }
    146146#endif
    147   Void    decodePPS                   ( TComPPS* pcPPS
     147
    148148#if Q0048_CGS_3D_ASYMLUT
    149     , TCom3DAsymLUT * pc3DAsymLUT , Int nLayerID
     149  Void    decodePPS                   ( TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT, Int nLayerID )    { m_pcEntropyDecoderIf->parsePPS(pcPPS, pc3DAsymLUT , nLayerID );                     }
     150#else
     151  Void    decodePPS                   ( TComPPS* pcPPS )    { m_pcEntropyDecoderIf->parsePPS(pcPPS );  }
    150152#endif
    151     )    { m_pcEntropyDecoderIf->parsePPS(pcPPS
    152 #if Q0048_CGS_3D_ASYMLUT
    153     , pc3DAsymLUT , nLayerID
    154 #endif
    155     );                    }
    156153  Void    decodeSliceHeader           ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager)  { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager);         }
    157154
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r683 r684  
    15531553        {
    15541554          if(!m_pColorMappedPic)
     1555          {
    15551556            initAsymLut(pcSlice->getBaseColPic(refLayerIdc)->getSlice(0));
     1557          }
    15561558          m_c3DAsymLUTPPS.colorMapping( pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(),  m_pColorMappedPic );
    15571559          pBaseColRec = m_pColorMappedPic;
     
    15611563        if( pcPic->isSpatialEnhLayer(refLayerIdc) )
    15621564        {   
    1563 /*#if O0098_SCALED_REF_LAYER_ID
    1564           Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindowForLayer(pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc));
    1565 #else
    1566           Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc);
    1567 #endif*/
    15681565#if O0215_PHASE_ALIGNMENT
    15691566#if O0194_JOINT_US_BITSHIFT
Note: See TracChangeset for help on using the changeset viewer.