Changeset 858 in 3DVCSoftware for branches/HTM-10.0-dev0/source/Lib/TLibEncoder
- Timestamp:
- 1 Mar 2014, 00:45:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r857 r858 1133 1133 #endif 1134 1134 1135 #if !H_MV_HLS 7_GEN1135 #if !H_MV_HLS_7_VPS_P0306_22 1136 1136 WRITE_CODE( pcVPS->getVpsNumProfileTierLevelMinus1( ), 6, "vps_num_profile_tier_level_minus1" ); 1137 1137 #else … … 1256 1256 if ( pcVPS->getRepFormatIdxPresentFlag() ) 1257 1257 { 1258 #if H_MV_HLS 7_GEN1258 #if H_MV_HLS_7_VPS_P0306_22 1259 1259 WRITE_UVLC( pcVPS->getVpsNumRepFormatsMinus1( ), "vps_num_rep_formats_minus1" ); 1260 1260 #else … … 1276 1276 if( pcVPS->getVpsNumRepFormatsMinus1() > 0 ) 1277 1277 { 1278 #if H_MV_HLS_7_VPS_P0306_22 1279 Int numBits = 1; 1280 while ((1 << numBits) < (pcVPS->getVpsNumRepFormatsMinus1() + 1)) 1281 { 1282 numBits++; 1283 } 1284 WRITE_CODE( pcVPS->getVpsRepFormatIdx(i), numBits, "vps_rep_format_idx[i]" ); 1285 #else 1278 1286 WRITE_CODE( pcVPS->getVpsRepFormatIdx( i ), 8, "vps_rep_format_idx" ); 1287 #endif 1279 1288 } 1280 1289 }
Note: See TracChangeset for help on using the changeset viewer.