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


Ignore:
Timestamp:
9 Jul 2015, 00:12:33 (10 years ago)
Author:
seregin
Message:

macro cleanup: VPS_DPB_SIZE_TABLE

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r1223 r1224  
    30023002  }
    30033003
    3004 #if VPS_DPB_SIZE_TABLE
    30053004  parseVpsDpbSizeTable(vps);
    3006 #endif
    30073005
    30083006  READ_UVLC( uiCode,           "direct_dep_type_len_minus2"); vps->setDirectDepTypeLen(uiCode+2);
     
    32153213}
    32163214
    3217 #if VPS_DPB_SIZE_TABLE
    32183215Void TDecCavlc::parseVpsDpbSizeTable( TComVPS *vps )
    32193216{
     
    32873284  }
    32883285}
    3289 #endif
    32903286
    32913287Void TDecCavlc::parseVPSVUI(TComVPS *vps)
  • TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r1215 r1224  
    133133  Void  defaultVPSVUI       ( TComVPS* pcVPS );
    134134  Void  parseRepFormat      ( RepFormat *repFormat, RepFormat *repFormatPrev );
    135 #if VPS_DPB_SIZE_TABLE
    136135  Void  parseVpsDpbSizeTable( TComVPS *vps );
    137 #endif
    138136  Void  parseVpsVuiBspHrdParams( TComVPS *vps );
    139137  Void  parseSPSExtension    ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.