Changeset 774 in SHVCSoftware


Ignore:
Timestamp:
12 May 2014, 20:54:21 (11 years ago)
Author:
seregin
Message:

fix code compiler warning and code formatting

Location:
branches/SHM-6-dev/source/Lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h

    r773 r774  
    735735#endif
    736736#if HRD_BPB
    737     Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl)
    738     {
    739         return m_bspHrd->getCpbCntMinus1(sl);
    740     }
     737  Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl)
     738  {
     739    return m_bspHrd->getCpbCntMinus1(sl);
     740  }
    741741#endif
    742742
  • branches/SHM-6-dev/source/Lib/TLibDecoder/SEIread.cpp

    r773 r774  
    12101210    READ_UVLC( uiCode, "num_sei_bitstream_partitions_minus1[i]"); sei.m_seiNumBitstreamPartitionsMinus1[lsIdx] = uiCode;
    12111211#if HRD_BPB
    1212       Int chkPart=0;
    1213 #endif
    1214       UInt i;
    1215     for (i = 0; i <= sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]; i++)
     1212    Int chkPart=0;
     1213#endif
     1214    UInt i;
     1215    for(i = 0; i <= sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]; i++)
    12161216    {
    12171217#if HRD_BPB
    1218         UInt nl=0; UInt j;
    1219     for (j = 0 ; j < sei.m_vpsMaxLayers; j++)
    1220       {
    1221           if (sei.m_layerIdIncludedFlag[lsIdx][j])
    1222               nl++;
    1223       }
    1224     for (j = 0; j < nl; j++)
     1218      UInt nl=0; UInt j;
     1219      for(j = 0; j < sei.m_vpsMaxLayers; j++)
     1220      {
     1221        if (sei.m_layerIdIncludedFlag[lsIdx][j])
     1222        {
     1223          nl++;
     1224        }
     1225      }
     1226      for (j = 0; j < nl; j++)
    12251227      {
    12261228#else
     
    12361238#endif
    12371239#if HRD_BPB
    1238         chkPart+=sei.m_seiLayerInBspFlag[lsIdx][i][j];
     1240      chkPart+=sei.m_seiLayerInBspFlag[lsIdx][i][j];
    12391241#endif
    12401242    }
    12411243#if HRD_BPB
    1242       assert(chkPart<=1);
     1244    assert(chkPart<=1);
    12431245#endif
    12441246#if HRD_BPB
    1245       if(sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]==0)
    1246       {
    1247           Int chkPartition1=0; Int chkPartition2=0;
    1248           for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
    1249           {
    1250               if( sei.m_layerIdIncludedFlag[lsIdx][j] )
    1251               {
    1252                   chkPartition1+=sei.m_seiLayerInBspFlag[lsIdx][i][j];
    1253                   chkPartition2++;
    1254               }
    1255           }
    1256           assert(chkPartition1!=chkPartition2);
    1257       }
     1247    if(sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]==0)
     1248    {
     1249      Int chkPartition1=0; Int chkPartition2=0;
     1250      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
     1251      {
     1252        if( sei.m_layerIdIncludedFlag[lsIdx][j] )
     1253        {
     1254          chkPartition1+=sei.m_seiLayerInBspFlag[lsIdx][i][j];
     1255          chkPartition2++;
     1256        }
     1257      }
     1258      assert(chkPartition1!=chkPartition2);
     1259    }
    12581260#endif
    12591261     
    12601262    READ_UVLC( uiCode, "sei_num_bsp_sched_combinations_minus1[i]"); sei.m_seiNumBspSchedCombinationsMinus1[lsIdx] = uiCode;
    1261     for (UInt i = 0; i <= sei.m_seiNumBspSchedCombinationsMinus1[lsIdx]; i++)
     1263    for (i = 0; i <= sei.m_seiNumBspSchedCombinationsMinus1[lsIdx]; i++)
    12621264    {
    12631265      for (UInt j = 0; j <= sei.m_seiNumBitstreamPartitionsMinus1[lsIdx]; j++)
     
    12651267        READ_UVLC( uiCode, "sei_bsp_comb_hrd_idx[lsIdx][i][j]"); sei.m_seiBspCombHrdIdx[lsIdx][i][j] = uiCode;
    12661268#if HRD_BPB
    1267           assert(uiCode <= sei.m_seiNumBspHrdParametersMinus1);
     1269        assert(uiCode <= sei.m_seiNumBspHrdParametersMinus1);
    12681270#endif
    12691271        READ_UVLC( uiCode, "sei_bsp_comb_sched_idx[lsIdx][i][j]"); sei.m_seiBspCombScheddx[lsIdx][i][j] = uiCode;
    12701272#if HRD_BPB
    1271           assert(uiCode <= sei.hrd->getCpbCntMinus1( sps->getMaxTLayers()-1 ));
     1273        assert(uiCode <= sei.hrd->getCpbCntMinus1( sps->getMaxTLayers()-1 ));
    12721274#endif
    12731275
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r773 r774  
    23112311        READ_UVLC( uiCode, "num_bitstream_partitions[i]"); vps->setNumBitstreamPartitions(h, uiCode);
    23122312#if HRD_BPB
    2313           Int chkPart=0;
     2313        Int chkPart=0;
    23142314#endif
    23152315        for( i = 0; i < vps->getNumBitstreamPartitions(h); i++ )
     
    23232323          }
    23242324#if HRD_BPB
    2325             chkPart+=vps->getLayerInBspFlag(h, i, j);
     2325          chkPart+=vps->getLayerInBspFlag(h, i, j);
    23262326#endif
    23272327        }
    23282328#if HRD_BPB
    2329           assert(chkPart<=1);
     2329        assert(chkPart<=1);
    23302330#endif
    23312331#if HRD_BPB
    2332           if(vps->getNumBitstreamPartitions(h)==1)
     2332        if(vps->getNumBitstreamPartitions(h)==1)
     2333        {
     2334          Int chkPartition1=0; Int chkPartition2=0;
     2335          for( j = 0; j <= (vps->getMaxLayers()-1); j++ )
    23332336          {
    2334               Int chkPartition1=0; Int chkPartition2=0;
    2335               for( j = 0; j <= (vps->getMaxLayers()-1); j++ )
    2336               {
    2337                   if( vps->getLayerIdIncludedFlag(h, j) )
    2338                   {
    2339                       chkPartition1+=vps->getLayerInBspFlag(h, 0, j);
    2340                       chkPartition2++;
    2341                   }
    2342               }
    2343               assert(chkPartition1!=chkPartition2);
     2337            if( vps->getLayerIdIncludedFlag(h, j) )
     2338            {
     2339              chkPartition1+=vps->getLayerInBspFlag(h, 0, j);
     2340              chkPartition2++;
     2341            }
    23442342          }
     2343          assert(chkPartition1!=chkPartition2);
     2344        }
    23452345#endif
    23462346        if (vps->getNumBitstreamPartitions(h))
     
    23572357              READ_UVLC( uiCode, "bsp_comb_hrd_idx[h][i][j]"); vps->setBspCombHrdIdx(h, i, j, uiCode);
    23582358#if HRD_BPB
    2359                 assert(uiCode <= vps->getVpsNumBspHrdParametersMinus1());
     2359              assert(uiCode <= vps->getVpsNumBspHrdParametersMinus1());
    23602360#endif
    23612361               
    23622362              READ_UVLC( uiCode, "bsp_comb_sched_idx[h][i][j]"); vps->setBspCombSchedIdx(h, i, j, uiCode);
    23632363#if HRD_BPB
    2364                 assert(uiCode <= vps->getBspHrdParamBufferCpbCntMinus1(uiCode,vps->getMaxTLayers()-1));
     2364              assert(uiCode <= vps->getBspHrdParamBufferCpbCntMinus1(uiCode,vps->getMaxTLayers()-1));
    23652365#endif
    23662366            }
  • branches/SHM-6-dev/source/Lib/TLibEncoder/SEIwrite.cpp

    r773 r774  
    894894    {
    895895#if HRD_BPB
    896         UInt nl=0;
    897      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
    898      {
    899             if (sei.m_layerIdIncludedFlag[lsIdx][j])
    900                 nl++;
    901      }
    902      for (UInt j = 0; j < nl; j++)
    903      {
     896      UInt nl=0;
     897      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
     898      {
     899        if (sei.m_layerIdIncludedFlag[lsIdx][j])
     900        {
     901          nl++;
     902        }
     903      }
     904      for (UInt j = 0; j < nl; j++)
     905      {
    904906#else
    905907      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
Note: See TracChangeset for help on using the changeset viewer.