Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/CommonDef.h

    r1373 r1374  
    171171#if NH_MV
    172172static const Int MAX_NUM_LAYER_IDS =                               63;
    173 #if NH_MV_SEI
    174173static const Int MAX_NUM_SEIS      =                               1000;
    175 #endif
    176174#else
    177175static const Int MAX_NUM_LAYER_IDS =                               64;
     
    281279static const Int  MAX_NUM_PICS_RPS          =                     16 ;
    282280static const Int  MAX_NUM_REF_LAYERS        =                     63 ; 
    283 #if NH_MV_SEI
     281
    284282static IntAry1d getRangeVec( Int rngStart, Int rngEnd ) { IntAry1d rng; for (Int i = rngStart; i<=rngEnd; i++) rng.push_back(i);  return rng; };
    285283static const IntAry1d IDR_NAL_UNIT_TYPES   = getRangeVec( NAL_UNIT_CODED_SLICE_IDR_W_RADL, NAL_UNIT_CODED_SLICE_IDR_N_LP );
    286284static const IntAry1d IRAP_NAL_UNIT_TYPES  = getRangeVec( NAL_UNIT_CODED_SLICE_BLA_W_LP  , NAL_UNIT_CODED_SLICE_CRA      );
    287 
    288 #endif
    289285#endif
    290286
Note: See TracChangeset for help on using the changeset viewer.