Ignore:
Timestamp:
31 Dec 2012, 18:33:14 (12 years ago)
Author:
mitsubishi-htm
Message:

A final release, as planned

  • Migrate to HTM 5.1
  • For VC project files, only VC9 file is updated
  • To be used as an additional anchor for CE1.h for 3rd JCTVC meeting at Geneva
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecTop.h

    r166 r213  
    100100  Int**   m_aaiCodedScale;
    101101  Int*    m_aiViewOrderIndex;
     102#if QC_MVHEVC_B0046
     103  Int*    m_aiViewId;
     104#endif
    102105  Int*    m_aiViewReceived;
    103106  UInt    m_uiCamParsCodedPrecision;
     
    264267 
    265268  Void  deletePicBuffer();
    266 
     269#if QC_MVHEVC_B0046
     270  Void      xCopySPS( TComSPS* pSPSV0);
     271  Void      xCopyPPS( TComPPS* pPPSV0);
     272  Void      xCopyVPS( TComVPS* pVPSV0);
     273#endif
    267274#if HHI_INTER_VIEW_RESIDUAL_PRED
    268275  Void      deleteExtraPicBuffers   ( Int iPoc );
     
    275282  Int  getViewId()                { return m_viewId  ;}
    276283  Void setIsDepth( Bool isDepth ) { m_isDepth = isDepth; }
     284  Bool getIsDepth()               { return m_isDepth; }
    277285
    278286#if SONY_COLPIC_AVAILABILITY
     
    291299  TAppDecTop*         getTAppDecTop()                           { return  m_tAppDecTop; }
    292300  NalUnitType         getNalUnitTypeBaseView()                  { return m_nalUnitTypeBaseView; }
     301#if QC_MVHEVC_B0046
     302  bool                m_bFirstNal; //used to copy SPS, PPS, VPS
     303  ParameterSetManagerDecoder* xGetParaSetDec ()        {return  &m_parameterSetManagerDecoder;}
     304#endif
    293305
    294306#if VSP_N
     
    308320  Bool      xDecodeSlice(InputNALUnit &nalu, Int iSkipFrame, Int iPOCLastDisplay);
    309321#endif
    310 #if VIDYO_VPS_INTEGRATION
     322#if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046
    311323  Void      xDecodeVPS();
    312324#endif
Note: See TracChangeset for help on using the changeset viewer.