Changeset 784 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
6 Jun 2014, 19:17:05 (12 years ago)
Author:
seregin
Message:

remove ILP_NUM_REF_CHK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r783 r784  
    28612861#endif
    28622862          }
    2863 #if ILP_NUM_REF_CHK
     2863
    28642864          if( rpcSlice->getActiveNumILRRefIdx() == rpcSlice->getNumILRRefIdx() )
    28652865          {
     
    28712871          else
    28722872          {
    2873 #endif
    2874           for(Int i = 0; i < rpcSlice->getActiveNumILRRefIdx(); i++ )
    2875           {
    2876             READ_CODE( numBits,uiCode,"inter_layer_pred_layer_idc[i]" );
    2877             rpcSlice->setInterLayerPredLayerIdc(uiCode,i);
     2873            for(Int i = 0; i < rpcSlice->getActiveNumILRRefIdx(); i++ )
     2874            {
     2875              READ_CODE( numBits,uiCode,"inter_layer_pred_layer_idc[i]" );
     2876              rpcSlice->setInterLayerPredLayerIdc(uiCode,i);
     2877            }
    28782878          }
    2879 #if ILP_NUM_REF_CHK
    2880           }
    2881 #endif
    28822879        }
    28832880        else
Note: See TracChangeset for help on using the changeset viewer.