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


Ignore:
Timestamp:
8 Jul 2015, 03:42:38 (10 years ago)
Author:
seregin
Message:

macro cleanup: DPB_INTERNAL_BL_SIG

File:
1 edited

Legend:

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

    r1187 r1189  
    23152315Void TEncCavlc::codeVpsDpbSizeTable(TComVPS *vps)
    23162316{
    2317   for(Int i = 1; i < vps->getNumOutputLayerSets(); i++)
     2317  for( Int i = 1; i < vps->getNumOutputLayerSets(); i++ )
    23182318  {
    23192319    Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx( i );
     
    23272327        WRITE_FLAG( vps->getSubLayerDpbInfoPresentFlag( i, j), "sub_layer_dpb_info_present_flag[i]"); 
    23282328      }
     2329
    23292330      if( vps->getSubLayerDpbInfoPresentFlag(i, j) )
    23302331      {
    23312332        for(Int k = 0; k < vps->getNumLayersInIdList( layerSetIdxForOutputLayerSet ); k++)
    23322333        {
    2333 #if DPB_INTERNAL_BL_SIG
    2334         if( vps->getNecessaryLayerFlag(i, k) && (vps->getBaseLayerInternalFlag() || (vps->getLayerSetLayerIdList(layerSetIdxForOutputLayerSet, k) != 0)) )
    2335 #endif
    2336           WRITE_UVLC( vps->getMaxVpsDecPicBufferingMinus1( i, k, j ), "max_vps_dec_pic_buffering_minus1[i][k][j]" );
    2337         }
     2334          if( vps->getNecessaryLayerFlag(i, k) && (vps->getBaseLayerInternalFlag() || (vps->getLayerSetLayerIdList(layerSetIdxForOutputLayerSet, k) != 0)) )
     2335          {
     2336            WRITE_UVLC( vps->getMaxVpsDecPicBufferingMinus1( i, k, j ), "max_vps_dec_pic_buffering_minus1[i][k][j]" );
     2337          }
     2338        }
     2339
    23382340        WRITE_UVLC( vps->getMaxVpsNumReorderPics( i, j), "max_vps_num_reorder_pics[i][j]" );             
    23392341
Note: See TracChangeset for help on using the changeset viewer.