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


Ignore:
Timestamp:
8 Jul 2015, 23:14:20 (10 years ago)
Author:
seregin
Message:

rename Q0048_CGS_3D_ASYMLUT to CGS_3D_ASYMLUT

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1210 r1212  
    4343#include "TLibCommon/TComCodingStatistics.h"
    4444#endif
    45 #if Q0048_CGS_3D_ASYMLUT
     45#if CGS_3D_ASYMLUT
    4646#include "../TLibCommon/TCom3DAsymLUT.h"
    4747#endif
     
    182182}
    183183
    184 #if Q0048_CGS_3D_ASYMLUT
     184#if CGS_3D_ASYMLUT
    185185Void TDecCavlc::parsePPS(TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT, Int nLayerID)
    186186#else
     
    442442              }
    443443            }
    444 #if Q0048_CGS_3D_ASYMLUT
     444#if CGS_3D_ASYMLUT
    445445            READ_FLAG( uiCode , "colour_mapping_enabled_flag" );
    446446            pcPPS->setCGSFlag( uiCode );
     
    35033503}
    35043504
    3505 #if Q0048_CGS_3D_ASYMLUT
     3505#if CGS_3D_ASYMLUT
    35063506Void TDecCavlc::xParse3DAsymLUT( TCom3DAsymLUT * pc3DAsymLUT )
    35073507{
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r1203 r1212  
    4646#include "SyntaxElementParser.h"
    4747
    48 #if Q0048_CGS_3D_ASYMLUT
     48#if CGS_3D_ASYMLUT
    4949class TCom3DAsymLUT;
    5050#endif
     
    138138  Void  parseVpsVuiBspHrdParams( TComVPS *vps );
    139139  Void  parseSPSExtension    ( TComSPS* pcSPS );
    140 #if Q0048_CGS_3D_ASYMLUT
     140#if CGS_3D_ASYMLUT
    141141  Void  parsePPS            ( TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT , Int nLayerID );
    142142#else
     
    145145
    146146protected:
    147 #if Q0048_CGS_3D_ASYMLUT
     147#if CGS_3D_ASYMLUT
    148148  Void xParse3DAsymLUT( TCom3DAsymLUT * pc3DAsymLUT );
    149149  Void xParse3DAsymLUTOctant( TCom3DAsymLUT * pc3DAsymLUT , Int nDepth , Int yIdx , Int uIdx , Int vIdx , Int nLength );
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecEntropy.h

    r1029 r1212  
    5050class TDecCavlc;
    5151class ParameterSetManagerDecoder;
    52 #if Q0048_CGS_3D_ASYMLUT
     52#if CGS_3D_ASYMLUT
    5353class TCom3DAsymLUT;
    5454#endif
     
    7171  virtual Void  parseVPS                  ( TComVPS* pcVPS )     = 0;
    7272  virtual Void  parseSPS                  ( TComSPS* pcSPS )     = 0;
    73 #if Q0048_CGS_3D_ASYMLUT
     73#if CGS_3D_ASYMLUT
    7474  virtual Void  parsePPS                  ( TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT , Int nLayerID )     = 0;
    7575#else
     
    145145  Void    decodeSPS                   ( TComSPS* pcSPS ) { m_pcEntropyDecoderIf->parseSPS(pcSPS); }
    146146
    147 #if Q0048_CGS_3D_ASYMLUT
     147#if CGS_3D_ASYMLUT
    148148  Void    decodePPS                   ( TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT, Int nLayerID )    { m_pcEntropyDecoderIf->parsePPS(pcPPS, pc3DAsymLUT , nLayerID );                     }
    149149#else
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.h

    r1029 r1212  
    8080  Void  parseSPS                  ( TComSPS* /*pcSPS*/ ) {}
    8181  Void  parsePPS                  ( TComPPS* /*pcPPS*/
    82 #if Q0048_CGS_3D_ASYMLUT
     82#if CGS_3D_ASYMLUT
    8383    , TCom3DAsymLUT * /*pc3DAsymLUT*/ , Int /*nLayerID*/
    8484#endif
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1211 r1212  
    111111  m_lastPocPeriodId = -1;
    112112  m_prevPicOrderCnt = 0;
    113 #if Q0048_CGS_3D_ASYMLUT
     113#if CGS_3D_ASYMLUT
    114114  m_pColorMappedPic = NULL;
    115115#endif
     
    133133  }
    134134#endif
    135 #if Q0048_CGS_3D_ASYMLUT
     135#if CGS_3D_ASYMLUT
    136136  if(m_pColorMappedPic)
    137137  {
     
    16341634        g_posScalingFactor[refLayerIdc][1] = ((heightBL << 16) + (heightEL >> 1)) / heightEL;
    16351635
    1636 #if Q0048_CGS_3D_ASYMLUT
     1636#if CGS_3D_ASYMLUT
    16371637        TComPicYuv* pBaseColRec = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec();
    16381638        if( pcSlice->getPPS()->getCGSFlag()
     
    18631863}
    18641864
    1865 #if Q0048_CGS_3D_ASYMLUT
     1865#if CGS_3D_ASYMLUT
    18661866Void TDecTop::xDecodePPS( TCom3DAsymLUT * pc3DAsymLUT )
    18671867#else
     
    18741874  pps->setLayerId( m_layerId );
    18751875#endif
    1876 #if Q0048_CGS_3D_ASYMLUT
     1876#if CGS_3D_ASYMLUT
    18771877  m_cEntropyDecoder.decodePPS( pps, pc3DAsymLUT, m_layerId );
    18781878#else
     
    19961996    case NAL_UNIT_PPS:
    19971997      xDecodePPS(
    1998 #if Q0048_CGS_3D_ASYMLUT
     1998#if CGS_3D_ASYMLUT
    19991999        &m_c3DAsymLUTPPS
    20002000#endif
     
    24282428}
    24292429
    2430 #if Q0048_CGS_3D_ASYMLUT
     2430#if CGS_3D_ASYMLUT
    24312431Void TDecTop::initAsymLut(TComSlice *pcSlice)
    24322432{
     
    26012601
    26022602    if( !pic->equalPictureSizeAndOffsetFlag(i) || !sameBitDepths
    2603 #if Q0048_CGS_3D_ASYMLUT
     2603#if CGS_3D_ASYMLUT
    26042604      || slice->getPPS()->getCGSFlag() > 0
    26052605#endif
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h

    r1210 r1212  
    4545#include "TLibCommon/TComTrQuant.h"
    4646#include "TLibCommon/SEI.h"
    47 #if Q0048_CGS_3D_ASYMLUT
     47#if CGS_3D_ASYMLUT
    4848#include "TLibCommon/TCom3DAsymLUT.h"
    4949#endif
     
    8282  // functional classes
    8383  TComPrediction          m_cPrediction;
    84 #if Q0048_CGS_3D_ASYMLUT
     84#if CGS_3D_ASYMLUT
    8585  TCom3DAsymLUT           m_c3DAsymLUTPPS;
    8686  TComPicYuv*             m_pColorMappedPic;
     
    275275  Void      xDecodeVPS();
    276276  Void      xDecodeSPS();
    277 #if Q0048_CGS_3D_ASYMLUT
     277#if CGS_3D_ASYMLUT
    278278  Void      xDecodePPS( TCom3DAsymLUT * pc3DAsymLUT );
    279279#else
     
    291291  Void setFirstPicInLayerDecodedFlag(Bool x) { m_firstPicInLayerDecodedFlag = x;   }
    292292#endif
    293 #if Q0048_CGS_3D_ASYMLUT
     293#if CGS_3D_ASYMLUT
    294294  Void initAsymLut(TComSlice *pcSlice);
    295295#endif
Note: See TracChangeset for help on using the changeset viewer.