Ignore:
Timestamp:
26 Jan 2013, 19:36:53 (12 years ago)
Author:
mitsubishi-htm
Message:

-Integration of JCT3V-C0152 & JCT3V-C0131
-This check-in enable C0131 only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-MERL/source/Lib/TLibCommon/TComSlice.h

    r210 r231  
    12651265#endif
    12661266#if QC_IV_AS_LT_B0046
    1267   Bool                  m_bWasLongTerm[2][MAX_NUM_REF+1]; //was long-term picture
     1267  Bool        m_bWasLongTerm[2][MAX_NUM_REF+1]; //was long-term picture
    12681268#endif
    12691269  TComSPS*    m_pcSPS;
     
    13411341
    13421342#if SONY_COLPIC_AVAILABILITY|QC_MVHEVC_B0046
    1343   Int         m_iViewOrderIdx;
     1343  Int        m_iViewOrderIdx;
    13441344#endif
    13451345#if LGE_ILLUCOMP_B0045
    13461346  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;
    13471354#endif
    13481355
     
    16551662#endif
    16561663
     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
    16571674protected:
    16581675  TComPic*  xGetRefPic        (TComList<TComPic*>& rcListPic, UInt uiPOC);
Note: See TracChangeset for help on using the changeset viewer.