Changeset 792 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
6 Jun 2014, 19:53:43 (11 years ago)
Author:
seregin
Message:

remove VPS_EXTNS

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r791 r792  
    799799    }
    800800  }
    801 #if VPS_EXTNS
     801#if SVC_EXTENSION
    802802  // When MaxLayersMinus1 is greater than 0, vps_extension_flag shall be equal to 1.
    803803  if( pcVPS->getMaxLayers() > 1 )
     
    833833
    834834#if SVC_EXTENSION
    835 #if VPS_EXTNS
    836835Void TEncCavlc::codeVPSExtension (TComVPS *vps)
    837836{
     
    13261325#endif // 0109_MOVE_VPS_FLAG
    13271326}
    1328 #endif
     1327
    13291328#if REPN_FORMAT_IN_VPS
    13301329Void  TEncCavlc::codeRepFormat( RepFormat *repFormat )
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.h

    r677 r792  
    160160
    161161#if SPS_EXTENSION
    162   Void codeSPSExtension         ( TComSPS* pcSPS );
    163 #if VPS_EXTNS
    164   Void  codeVPSExtension        ( TComVPS* pcVPS );
    165 #endif
     162  Void codeSPSExtension        ( TComSPS* pcSPS );
     163  Void codeVPSExtension        ( TComVPS* pcVPS );
    166164#if VPS_VUI
    167   Void codeVPSVUI               (TComVPS *vps);
     165  Void codeVPSVUI              (TComVPS *vps);
    168166#endif
    169167#if REPN_FORMAT_IN_VPS
    170   Void  codeRepFormat           ( RepFormat *repFormat );
     168  Void  codeRepFormat          ( RepFormat *repFormat );
    171169#endif
    172170#if VPS_DPB_SIZE_TABLE
    173   Void  codeVpsDpbSizeTable      (TComVPS *vps);
     171  Void  codeVpsDpbSizeTable    (TComVPS *vps);
    174172#endif
    175173#if Q0048_CGS_3D_ASYMLUT
Note: See TracChangeset for help on using the changeset viewer.