Changeset 793 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jun 2014, 19:58:45 (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
r792 r793 846 846 #if !P0307_REMOVE_VPS_VUI_OFFSET 847 847 #if O0109_MOVE_VPS_VUI_FLAG 848 #if !VPS_VUI849 WRITE_FLAG( 0, "vps_vui_present_flag" );850 vps->setVpsVuiPresentFlag(false);851 #else852 848 WRITE_FLAG( 1, "vps_vui_present_flag" ); 853 849 vps->setVpsVuiPresentFlag(true); 854 #endif855 850 if ( vps->getVpsVuiPresentFlag() ) 856 851 { … … 1285 1280 1286 1281 #if !O0109_MOVE_VPS_VUI_FLAG 1287 #if !VPS_VUI1288 WRITE_FLAG( 0, "vps_vui_present_flag" );1289 #else1290 1282 WRITE_FLAG( 1, "vps_vui_present_flag" ); 1291 1283 if(1) // Should be conditioned on the value of vps_vui_present_flag … … 1302 1294 codeVPSVUI(vps); 1303 1295 } 1304 #endif1305 1296 #else 1306 1297 #if P0307_REMOVE_VPS_VUI_OFFSET … … 1449 1440 } 1450 1441 #endif 1451 #if VPS_VUI 1442 1452 1443 Void TEncCavlc::codeVPSVUI (TComVPS *vps) 1453 1444 { … … 1698 1689 #endif 1699 1690 } 1700 #endif1701 1691 #endif //SVC_EXTENSION 1702 1692 -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.h
r792 r793 162 162 Void codeSPSExtension ( TComSPS* pcSPS ); 163 163 Void codeVPSExtension ( TComVPS* pcVPS ); 164 #if VPS_VUI 165 Void codeVPSVUI (TComVPS *vps); 166 #endif 164 Void codeVPSVUI ( TComVPS *vps ); 167 165 #if REPN_FORMAT_IN_VPS 168 166 Void codeRepFormat ( RepFormat *repFormat );
Note: See TracChangeset for help on using the changeset viewer.