Changeset 784 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 19:17:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r783 r784 2861 2861 #endif 2862 2862 } 2863 #if ILP_NUM_REF_CHK 2863 2864 2864 if( rpcSlice->getActiveNumILRRefIdx() == rpcSlice->getNumILRRefIdx() ) 2865 2865 { … … 2871 2871 else 2872 2872 { 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 } 2878 2878 } 2879 #if ILP_NUM_REF_CHK2880 }2881 #endif2882 2879 } 2883 2880 else
Note: See TracChangeset for help on using the changeset viewer.