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


Ignore:
Timestamp:
20 May 2013, 20:12:37 (12 years ago)
Author:
sharp
Message:

JCTVC-M0203 <hendry.hendry@…> and JCTVC-M0209 - Sachin Deshpande <sdeshpande@…>
Inter-layer prediction indication signaling and decoding

File:
1 edited

Legend:

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

    r191 r216  
    726726#endif
    727727#endif
     728#if JCTVC_M0203_INTERLAYER_PRED_IDC
     729  for( i = 0; i < vps->getMaxLayers() - 1; i++)
     730  {
     731    WRITE_CODE(vps->getMaxSublayerForIlpPlus1(i), 3, "max_sublayer_for_ilp_plus1[i]" );
     732  }
     733#endif
    728734#if VPS_EXTN_PROFILE_INFO
    729735  // Profile-tier-level signalling
Note: See TracChangeset for help on using the changeset viewer.