Ignore:
Timestamp:
29 Jul 2014, 03:58:02 (11 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-I0090: vps_extension2 clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev2-Samsung/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1007 r1024  
    15601560Void TEncCavlc::codeVPSExtension2( TComVPS* pcVPS )
    15611561{
     1562#if SEC_VPS_CLEANUP_I0090
     1563  for( Int i = 1; i <= pcVPS->getMaxLayersMinus1(); i++ )
     1564#else
    15621565  for( Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ )
    1563   {
     1566#endif
     1567  {
     1568#if !SEC_VPS_CLEANUP_I0090
    15641569    if (i!= 0)
     1570#endif
    15651571    {
    15661572#if MTK_I0099_VPS_EX2
     
    16211627  }
    16221628  WRITE_UVLC( pcVPS->getCamParPrecision(), "cp_precision" );
     1629#if SEC_VPS_CLEANUP_I0090
     1630  for (UInt viewIndex=1; viewIndex<pcVPS->getNumViews(); viewIndex++)
     1631#else
    16231632  for (UInt viewIndex=0; viewIndex<pcVPS->getNumViews(); viewIndex++)
     1633#endif
    16241634  {
    16251635    WRITE_FLAG( pcVPS->getCamParPresent(viewIndex) ? 1 : 0, "cp_present_flag[i]" );
Note: See TracChangeset for help on using the changeset viewer.