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


Ignore:
Timestamp:
15 Aug 2013, 14:59:46 (12 years ago)
Author:
etri
Message:

N0120 max_tid_il_ref_pics_plus1_present_flag

File:
1 edited

Legend:

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

    r328 r337  
    749749#endif
    750750#if JCTVC_M0203_INTERLAYER_PRED_IDC
     751#if N0120_MAX_TID_REF_PRESENT_FLAG
     752   WRITE_FLAG( vps->getMaxTidIlRefPicsPlus1PresentFlag(), "max_tid_il_ref_pics_plus1_present_flag");
     753   if (vps->getMaxTidIlRefPicsPlus1PresentFlag())
     754   {
     755     for( i = 0; i < vps->getMaxLayers() - 1; i++)
     756     {
     757       WRITE_CODE(vps->getMaxSublayerForIlpPlus1(i), 3, "max_sublayer_for_ilp_plus1[i]" );
     758     }
     759   }
     760#else
    751761  for( i = 0; i < vps->getMaxLayers() - 1; i++)
    752762  {
    753763    WRITE_CODE(vps->getMaxSublayerForIlpPlus1(i), 3, "max_sublayer_for_ilp_plus1[i]" );
    754764  }
     765#endif
    755766#endif
    756767#if ILP_SSH_SIG
Note: See TracChangeset for help on using the changeset viewer.