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


Ignore:
Timestamp:
12 Feb 2014, 02:02:26 (11 years ago)
Author:
sharp
Message:
  1. Deshpande (Sharp) <sdeshpande@…>

JCTVC-P0155 signaling & inferrence for sps dpb parameters for nuh_layer_id > 0

File:
1 edited

Legend:

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

    r608 r613  
    496496  WRITE_UVLC( pcSPS->getBitsForPOC()-4,                 "log2_max_pic_order_cnt_lsb_minus4" );
    497497
     498#if SPS_DPB_PARAMS
     499    if( pcSPS->getLayerId() == 0 )  {
     500#endif
    498501  const Bool subLayerOrderingInfoPresentFlag = 1;
    499502  WRITE_FLAG(subLayerOrderingInfoPresentFlag,       "sps_sub_layer_ordering_info_present_flag");
     
    508511    }
    509512  }
     513#if SPS_DPB_PARAMS
     514    }
     515#endif
    510516  assert( pcSPS->getMaxCUWidth() == pcSPS->getMaxCUHeight() );
    511517 
Note: See TracChangeset for help on using the changeset viewer.