Changeset 792 in SHVCSoftware


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

remove VPS_EXTNS

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r791 r792  
    125125#endif
    126126
    127 #define VPS_RENAME                       1      ///< Rename variables max_layer_id and num_layer_sets_minus1 in VPS
    128 #define VPS_EXTNS                        1      ///< Include function structure for VPS extensions
    129 #if VPS_EXTNS
    130127#define VPS_EXTN_MASK_AND_DIM_INFO       1      ///< Include avc_base_layer_flag, splitting_flag, scalability mask and dimension related info
    131128#if VPS_EXTN_MASK_AND_DIM_INFO
     
    152149#define P0182_VPS_VUI_PS_FLAG            1      ///< JCTVC-P0182, add base_layer_parameter_set_compatibility_flag
    153150#endif //VPS_VUI
    154 
    155 #endif
    156151
    157152#define P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED        1   ///< JCTVC-P0125 -- Keep it as a reserved FFFF value --- The following two macros (VPS_EXTN_OFFSET & VPS_EXTN_OFFSET_CALC) will have no effect when this macro is set to 1.
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r791 r792  
    10161016  }
    10171017
    1018 #if VPS_EXTNS
     1018#if SVC_EXTENSION
    10191019  READ_FLAG( uiCode,  "vps_extension_flag" );      pcVPS->setVpsExtensionFlag( uiCode ? true : false );
    10201020
     
    10611061
    10621062#if SVC_EXTENSION
    1063 #if VPS_EXTNS
    10641063Void TDecCavlc::parseVPSExtension(TComVPS *vps)
    10651064{
     
    19011900#endif
    19021901}
    1903 #endif
    19041902
    19051903#if REPN_FORMAT_IN_VPS
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r677 r792  
    7676  Void  parseVPS            ( TComVPS* pcVPS );
    7777#if SPS_EXTENSION
    78 #if VPS_EXTNS
    7978  Void  parseVPSExtension   ( TComVPS* pcVPS );
    8079  Void  defaultVPSExtension ( TComVPS* pcVPS );
    81 #endif
    8280
    8381#if VPS_VUI
  • 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.