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


Ignore:
Timestamp:
20 Apr 2014, 22:16:29 (11 years ago)
Author:
seregin
Message:

remove decoder AVC BL size input

File:
1 edited

Legend:

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

    r698 r711  
    172172#if AVC_BASE
    173173  fstream*                m_pBLReconFile;
     174#if !REPN_FORMAT_IN_VPS
    174175  Int                     m_iBLSourceWidth;
    175   Int                     m_iBLSourceHeight; 
     176  Int                     m_iBLSourceHeight;
     177#endif
    176178#endif
    177179#if VPS_EXTN_DIRECT_REF_LAYERS
     
    281283  Void      setBLReconFile( fstream* pFile ) { m_pBLReconFile = pFile; }
    282284  fstream*  getBLReconFile() { return m_pBLReconFile; }
     285#if !REPN_FORMAT_IN_VPS
    283286  Void      setBLsize( Int iWidth, Int iHeight ) { m_iBLSourceWidth = iWidth; m_iBLSourceHeight = iHeight; }
    284287  Int       getBLWidth() { return  m_iBLSourceWidth; }
    285288  Int       getBLHeight() { return  m_iBLSourceHeight; }
     289#endif
    286290#endif
    287291#if REPN_FORMAT_IN_VPS
Note: See TracChangeset for help on using the changeset viewer.