Changeset 1224 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 9 Jul 2015, 00:12:33 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp ¶
r1223 r1224 3002 3002 } 3003 3003 3004 #if VPS_DPB_SIZE_TABLE3005 3004 parseVpsDpbSizeTable(vps); 3006 #endif3007 3005 3008 3006 READ_UVLC( uiCode, "direct_dep_type_len_minus2"); vps->setDirectDepTypeLen(uiCode+2); … … 3215 3213 } 3216 3214 3217 #if VPS_DPB_SIZE_TABLE3218 3215 Void TDecCavlc::parseVpsDpbSizeTable( TComVPS *vps ) 3219 3216 { … … 3287 3284 } 3288 3285 } 3289 #endif3290 3286 3291 3287 Void TDecCavlc::parseVPSVUI(TComVPS *vps) -
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h ¶
r1215 r1224 133 133 Void defaultVPSVUI ( TComVPS* pcVPS ); 134 134 Void parseRepFormat ( RepFormat *repFormat, RepFormat *repFormatPrev ); 135 #if VPS_DPB_SIZE_TABLE136 135 Void parseVpsDpbSizeTable( TComVPS *vps ); 137 #endif138 136 Void parseVpsVuiBspHrdParams( TComVPS *vps ); 139 137 Void parseSPSExtension ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.