Changeset 231 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 26 Jan 2013, 19:36:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-MERL/source/Lib/TLibCommon/TComSlice.h
r210 r231 1265 1265 #endif 1266 1266 #if QC_IV_AS_LT_B0046 1267 Bool 1267 Bool m_bWasLongTerm[2][MAX_NUM_REF+1]; //was long-term picture 1268 1268 #endif 1269 1269 TComSPS* m_pcSPS; … … 1341 1341 1342 1342 #if SONY_COLPIC_AVAILABILITY|QC_MVHEVC_B0046 1343 Int 1343 Int m_iViewOrderIdx; 1344 1344 #endif 1345 1345 #if LGE_ILLUCOMP_B0045 1346 1346 Bool m_bApplyIC; 1347 #endif 1348 1349 #if MERL_VSP_C0152 1350 TComPic* m_apcRefPicBaseTxt; 1351 TComPic* m_apcRefPicBaseDepth; 1352 Int* m_aiShiftLUT; 1353 Int m_iShiftPrec; 1347 1354 #endif 1348 1355 … … 1655 1662 #endif 1656 1663 1664 #if MERL_VSP_C0152 1665 TComPic* getRefPicBaseTxt () { return m_apcRefPicBaseTxt; } 1666 Void setRefPicBaseTxt ( TComPic* RefPic) { m_apcRefPicBaseTxt = RefPic; } 1667 TComPic* getRefPicBaseDepth () { return m_apcRefPicBaseDepth; } 1668 Void setRefPicBaseDepth ( TComPic* RefPic) { m_apcRefPicBaseDepth = RefPic; } 1669 1670 Void setBWVSPLUTParam( Int *pShiftLUT, Int iLoG2LUTPrec) { m_aiShiftLUT = pShiftLUT; m_iShiftPrec = iLoG2LUTPrec; } 1671 Void getBWVSPLUTParam( Int*&pShiftLUT, Int&iLoG2LUTPrec) { pShiftLUT = m_aiShiftLUT; iLoG2LUTPrec = m_iShiftPrec; } 1672 #endif 1673 1657 1674 protected: 1658 1675 TComPic* xGetRefPic (TComList<TComPic*>& rcListPic, UInt uiPOC);
Note: See TracChangeset for help on using the changeset viewer.