Changeset 629 in SHVCSoftware


Ignore:
Timestamp:
15 Mar 2014, 02:57:52 (11 years ago)
Author:
qualcomm
Message:

Bugfix for P-312 (vertical phase adjustment in re-sampling process) in slice level parsing process, from Jianle Chen (cjianle@…)

File:
1 edited

Legend:

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

    r628 r629  
    25372537#endif
    25382538#if P0312_VERT_PHASE_ADJ
    2539     for(Int i = 0; i < rpcSlice->getSPS()->getNumScaledRefLayerOffsets(); i++)
     2539    for(Int i = 0; i < rpcSlice->getActiveNumILRRefIdx(); i++ )
    25402540    {
    25412541      if (rpcSlice->getSPS()->getVertPhasePositionEnableFlag(rpcSlice->getInterLayerPredLayerIdc(i)))
Note: See TracChangeset for help on using the changeset viewer.