Ignore:
Timestamp:
13 Feb 2013, 02:44:31 (12 years ago)
Author:
qualcomm
Message:

JCT3V-C0055

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp

    r265 r273  
    77097709    if(pColCU->getSlice()->isInterB())
    77107710    {
     7711#if !QC_NBDV_LDB_FIX_C0055
    77117712      if(ilist == 0 )
    77127713        eColRefPicList = getSlice()->getCheckLDC() ? eRefPicList : RefPicList(1-getSlice()->getColDir());
    77137714      else
    77147715        eColRefPicList = getSlice()->getCheckLDC() ? (eRefPicList== REF_PIC_LIST_0? REF_PIC_LIST_1:REF_PIC_LIST_0 ): RefPicList(getSlice()->getColDir());
     7716#else
     7717        eColRefPicList = RefPicList(ilist);
     7718#endif
    77157719    }
    77167720
Note: See TracChangeset for help on using the changeset viewer.