Changeset 273 in 3DVCSoftware for branches/HTM-5.1-dev3-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 13 Feb 2013, 02:44:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp
r265 r273 7709 7709 if(pColCU->getSlice()->isInterB()) 7710 7710 { 7711 #if !QC_NBDV_LDB_FIX_C0055 7711 7712 if(ilist == 0 ) 7712 7713 eColRefPicList = getSlice()->getCheckLDC() ? eRefPicList : RefPicList(1-getSlice()->getColDir()); 7713 7714 else 7714 7715 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 7715 7719 } 7716 7720
Note: See TracChangeset for help on using the changeset viewer.