Changeset 792 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jun 2014, 19:53:43 (11 years ago)
- 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 799 799 } 800 800 } 801 #if VPS_EXTNS801 #if SVC_EXTENSION 802 802 // When MaxLayersMinus1 is greater than 0, vps_extension_flag shall be equal to 1. 803 803 if( pcVPS->getMaxLayers() > 1 ) … … 833 833 834 834 #if SVC_EXTENSION 835 #if VPS_EXTNS836 835 Void TEncCavlc::codeVPSExtension (TComVPS *vps) 837 836 { … … 1326 1325 #endif // 0109_MOVE_VPS_FLAG 1327 1326 } 1328 #endif 1327 1329 1328 #if REPN_FORMAT_IN_VPS 1330 1329 Void TEncCavlc::codeRepFormat( RepFormat *repFormat ) -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.h
r677 r792 160 160 161 161 #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 ); 166 164 #if VPS_VUI 167 Void codeVPSVUI 165 Void codeVPSVUI (TComVPS *vps); 168 166 #endif 169 167 #if REPN_FORMAT_IN_VPS 170 Void codeRepFormat 168 Void codeRepFormat ( RepFormat *repFormat ); 171 169 #endif 172 170 #if VPS_DPB_SIZE_TABLE 173 Void codeVpsDpbSizeTable 171 Void codeVpsDpbSizeTable (TComVPS *vps); 174 172 #endif 175 173 #if Q0048_CGS_3D_ASYMLUT
Note: See TracChangeset for help on using the changeset viewer.