Changeset 1152 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 00:24:37 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1148 r1152 2093 2093 } 2094 2094 #endif 2095 #if VPS_TSLAYERS 2096 WRITE_FLAG( vps->getMaxTSLayersPresentFlag(), "vps_sub_layers_max_minus1_present_flag");2097 if (vps->getMaxTSLayersPresentFlag())2098 {2099 for( i = 0; i < vps->getMaxLayers(); i++)2100 {2101 WRITE_CODE(vps->getMaxTSLayersMinus1(i), 3, "sub_layers_vps_max_minus1[i]" );2102 }2103 }2104 #endif 2095 2096 WRITE_FLAG( vps->getMaxTSLayersPresentFlag(), "vps_sub_layers_max_minus1_present_flag"); 2097 if( vps->getMaxTSLayersPresentFlag() ) 2098 { 2099 for( i = 0; i < vps->getMaxLayers(); i++ ) 2100 { 2101 WRITE_CODE(vps->getMaxTSLayersMinus1(i), 3, "sub_layers_vps_max_minus1[i]" ); 2102 } 2103 } 2104 2105 2105 WRITE_FLAG( vps->getMaxTidRefPresentFlag(), "max_tid_ref_present_flag"); 2106 2106 if (vps->getMaxTidRefPresentFlag())
Note: See TracChangeset for help on using the changeset viewer.