Changeset 1224 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 9 Jul 2015, 00:12:33 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1223 r1224 2172 2172 } 2173 2173 2174 #if VPS_DPB_SIZE_TABLE2175 2174 codeVpsDpbSizeTable(vps); 2176 #endif2177 2175 2178 2176 WRITE_UVLC( vps->getDirectDepTypeLen()-2, "direct_dep_type_len_minus2"); … … 2255 2253 } 2256 2254 2257 #if VPS_DPB_SIZE_TABLE2258 2255 Void TEncCavlc::codeVpsDpbSizeTable(TComVPS *vps) 2259 2256 { … … 2288 2285 } 2289 2286 } 2290 #endif2291 2287 2292 2288 Void TEncCavlc::codeVPSVUI (TComVPS *vps) -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.h
r1215 r1224 154 154 155 155 #if SVC_EXTENSION 156 Void codeSliceHeaderExtn( TComSlice* slice, Int shBitsWrittenTillNow ); 157 Void codeSPSExtension ( TComSPS* pcSPS ); 158 Void codeVPSExtension ( TComVPS* pcVPS ); 159 Void codeVPSVUI ( TComVPS *vps ); 160 Void codeRepFormat ( RepFormat *repFormat ); 161 #if VPS_DPB_SIZE_TABLE 162 Void codeVpsDpbSizeTable (TComVPS *vps); 163 #endif 164 Void codeVpsVuiBspHrdParams (TComVPS * const); 156 Void codeSliceHeaderExtn ( TComSlice* slice, Int shBitsWrittenTillNow ); 157 Void codeSPSExtension ( TComSPS* pcSPS ); 158 Void codeVPSExtension ( TComVPS* pcVPS ); 159 Void codeVPSVUI ( TComVPS *vps ); 160 Void codeRepFormat ( RepFormat *repFormat ); 161 Void codeVpsDpbSizeTable ( TComVPS *vps ); 162 Void codeVpsVuiBspHrdParams( TComVPS * const ); 165 163 166 164 #if CGS_3D_ASYMLUT
Note: See TracChangeset for help on using the changeset viewer.