Changeset 1119 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
7 Jul 2015, 01:55:11 (9 years ago)
Author:
seregin
Message:

macro cleanup: O0096_REP_FORMAT_INDEX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1118 r1119  
    32773277  if( vps->getRepFormatIdxPresentFlag() )
    32783278  {
    3279 #if O0096_REP_FORMAT_INDEX
    32803279#if !VPS_EXTN_UEV_CODING
    32813280    READ_CODE( 8, uiCode, "vps_num_rep_formats_minus1" );
     
    32833282    READ_UVLC( uiCode, "vps_num_rep_formats_minus1" );
    32843283#endif
    3285 #else
    3286     READ_CODE( 4, uiCode, "vps_num_rep_formats_minus1" );
    3287 #endif
     3284
    32883285    vps->setVpsNumRepFormats( uiCode + 1 );
    32893286  }
     
    33123309      if( vps->getVpsNumRepFormats() > 1 )
    33133310      {
    3314 #if O0096_REP_FORMAT_INDEX
    33153311#if !VPS_EXTN_UEV_CODING
    33163312        READ_CODE( 8, uiCode, "vps_rep_format_idx[i]" );
     
    33233319        READ_CODE( numBits, uiCode, "vps_rep_format_idx[i]" );
    33243320#endif
    3325 #else
    3326         READ_CODE( 4, uiCode, "vps_rep_format_idx[i]" );
    3327 #endif
     3321
    33283322        vps->setVpsRepFormatIdx( i, uiCode );
    33293323      }
Note: See TracChangeset for help on using the changeset viewer.