Ignore:
Timestamp:
9 May 2013, 22:14:35 (12 years ago)
Author:
qualcomm
Message:

code formatting, Changes initialization process of m_activeNumILRRefIdx

File:
1 edited

Legend:

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

    r171 r174  
    485485  rpcSlice->setMaxNumMergeCand        ( m_pcCfg->getMaxNumMergeCand()        );
    486486  xStoreWPparam( pPPS->getUseWP(), pPPS->getWPBiPred() );
     487
     488#if JCTVC_M0458_INTERLAYER_RPS_SIG
     489  // currently only one reference layer is supported in software and no decision logic to select yet.
     490  // hence num of active inter layer references is set to one always
     491  rpcSlice->setActiveNumILRRefIdx(1);
     492#endif
    487493}
    488494
Note: See TracChangeset for help on using the changeset viewer.