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/TEncGOP.cpp

    r171 r174  
    669669        pcSlice->setNumRefIdx(REF_PIC_LIST_1, pcSlice->getNumRefIdx(REF_PIC_LIST_1)+pcSlice->getNumILRRefIdx());
    670670      }
     671#if JCTVC_M0458_INTERLAYER_RPS_SIG
     672        // currently only one reference layer is supported in software and no decision logic to select yet.
     673        // hence num of active inter layer references is set to one always
     674          pcSlice->setActiveNumILRRefIdx(1);
     675#endif
    671676    }
    672677#endif
Note: See TracChangeset for help on using the changeset viewer.