Changeset 1119 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 01:55:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1118 r1119 3277 3277 if( vps->getRepFormatIdxPresentFlag() ) 3278 3278 { 3279 #if O0096_REP_FORMAT_INDEX3280 3279 #if !VPS_EXTN_UEV_CODING 3281 3280 READ_CODE( 8, uiCode, "vps_num_rep_formats_minus1" ); … … 3283 3282 READ_UVLC( uiCode, "vps_num_rep_formats_minus1" ); 3284 3283 #endif 3285 #else 3286 READ_CODE( 4, uiCode, "vps_num_rep_formats_minus1" ); 3287 #endif 3284 3288 3285 vps->setVpsNumRepFormats( uiCode + 1 ); 3289 3286 } … … 3312 3309 if( vps->getVpsNumRepFormats() > 1 ) 3313 3310 { 3314 #if O0096_REP_FORMAT_INDEX3315 3311 #if !VPS_EXTN_UEV_CODING 3316 3312 READ_CODE( 8, uiCode, "vps_rep_format_idx[i]" ); … … 3323 3319 READ_CODE( numBits, uiCode, "vps_rep_format_idx[i]" ); 3324 3320 #endif 3325 #else 3326 READ_CODE( 4, uiCode, "vps_rep_format_idx[i]" ); 3327 #endif 3321 3328 3322 vps->setVpsRepFormatIdx( i, uiCode ); 3329 3323 }
Note: See TracChangeset for help on using the changeset viewer.