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


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/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1223 r1224  
    21722172  }
    21732173 
    2174 #if VPS_DPB_SIZE_TABLE
    21752174  codeVpsDpbSizeTable(vps);
    2176 #endif
    21772175
    21782176  WRITE_UVLC( vps->getDirectDepTypeLen()-2,                           "direct_dep_type_len_minus2");
     
    22552253}
    22562254
    2257 #if VPS_DPB_SIZE_TABLE
    22582255Void TEncCavlc::codeVpsDpbSizeTable(TComVPS *vps)
    22592256{
     
    22882285  }
    22892286}
    2290 #endif
    22912287
    22922288Void TEncCavlc::codeVPSVUI (TComVPS *vps)
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.h

    r1215 r1224  
    154154
    155155#if SVC_EXTENSION
    156   Void  codeSliceHeaderExtn( TComSlice* slice, Int shBitsWrittenTillNow );
    157   Void codeSPSExtension        ( TComSPS* pcSPS );
    158   Void codeVPSExtension        ( TComVPS* pcVPS );
    159   Void codeVPSVUI              ( TComVPS *vps   );
    160   Void  codeRepFormat          ( RepFormat *repFormat );
    161 #if VPS_DPB_SIZE_TABLE
    162   Void  codeVpsDpbSizeTable    (TComVPS *vps);
    163 #endif
    164   Void  codeVpsVuiBspHrdParams  (TComVPS * const);
     156  Void  codeSliceHeaderExtn  ( TComSlice* slice, Int shBitsWrittenTillNow );
     157  Void codeSPSExtension      ( TComSPS* pcSPS );
     158  Void codeVPSExtension      ( TComVPS* pcVPS );
     159  Void codeVPSVUI            ( TComVPS *vps   );
     160  Void codeRepFormat         ( RepFormat *repFormat );
     161  Void codeVpsDpbSizeTable   ( TComVPS *vps );
     162  Void codeVpsVuiBspHrdParams( TComVPS * const );
    165163
    166164#if CGS_3D_ASYMLUT
Note: See TracChangeset for help on using the changeset viewer.