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


Ignore:
Timestamp:
6 Jun 2014, 19:58:45 (11 years ago)
Author:
seregin
Message:

remove VPS_VUI

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

Legend:

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

    r792 r793  
    846846#if !P0307_REMOVE_VPS_VUI_OFFSET
    847847#if O0109_MOVE_VPS_VUI_FLAG
    848 #if !VPS_VUI
    849   WRITE_FLAG( 0,                     "vps_vui_present_flag" );
    850   vps->setVpsVuiPresentFlag(false);
    851 #else
    852848  WRITE_FLAG( 1,                     "vps_vui_present_flag" );
    853849  vps->setVpsVuiPresentFlag(true);
    854 #endif
    855850  if ( vps->getVpsVuiPresentFlag() )
    856851  {
     
    12851280
    12861281#if !O0109_MOVE_VPS_VUI_FLAG
    1287 #if !VPS_VUI
    1288   WRITE_FLAG( 0,                     "vps_vui_present_flag" );
    1289 #else
    12901282  WRITE_FLAG( 1,                     "vps_vui_present_flag" );
    12911283  if(1)   // Should be conditioned on the value of vps_vui_present_flag
     
    13021294    codeVPSVUI(vps); 
    13031295  }
    1304 #endif
    13051296#else
    13061297#if P0307_REMOVE_VPS_VUI_OFFSET
     
    14491440}
    14501441#endif
    1451 #if VPS_VUI
     1442
    14521443Void TEncCavlc::codeVPSVUI (TComVPS *vps)
    14531444{
     
    16981689#endif
    16991690}
    1700 #endif
    17011691#endif //SVC_EXTENSION
    17021692
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.h

    r792 r793  
    162162  Void codeSPSExtension        ( TComSPS* pcSPS );
    163163  Void codeVPSExtension        ( TComVPS* pcVPS );
    164 #if VPS_VUI
    165   Void codeVPSVUI              (TComVPS *vps);
    166 #endif
     164  Void codeVPSVUI              ( TComVPS *vps   );
    167165#if REPN_FORMAT_IN_VPS
    168166  Void  codeRepFormat          ( RepFormat *repFormat );
Note: See TracChangeset for help on using the changeset viewer.