Ignore:
Timestamp:
27 Jan 2014, 17:54:11 (11 years ago)
Author:
seregin
Message:

remove JCTVC_M0458_INTERLAYER_RPS_SIG macro

File:
1 edited

Legend:

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

    r563 r564  
    11481148#endif
    11491149      {
    1150 #if JCTVC_M0458_INTERLAYER_RPS_SIG
    11511150        pcSlice->setActiveNumILRRefIdx(0);
    11521151        pcSlice->setInterLayerPredEnabledFlag(0);
    1153 #else
    1154         pcSlice->setNumILRRefIdx(0);
    1155 #endif
    1156       }
    1157 #if JCTVC_M0458_INTERLAYER_RPS_SIG
     1152      }
    11581153      if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
    11591154      {
     
    11661161        pcSlice->setNumRefIdx(REF_PIC_LIST_1, pcSlice->getNumRefIdx(REF_PIC_LIST_1)+pcSlice->getActiveNumILRRefIdx());
    11671162      }
    1168 #else
    1169       if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
    1170       {
    1171         pcSlice->setNumRefIdx(REF_PIC_LIST_0, pcSlice->getNumILRRefIdx());
    1172         pcSlice->setNumRefIdx(REF_PIC_LIST_1, pcSlice->getNumILRRefIdx());
    1173       }
    1174       else
    1175       {
    1176         pcSlice->setNumRefIdx(REF_PIC_LIST_0, pcSlice->getNumRefIdx(REF_PIC_LIST_0)+pcSlice->getNumILRRefIdx());
    1177         pcSlice->setNumRefIdx(REF_PIC_LIST_1, pcSlice->getNumRefIdx(REF_PIC_LIST_1)+pcSlice->getNumILRRefIdx());
    1178       }
    1179 #endif
    11801163    }
    11811164#endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.