Ignore:
Timestamp:
30 Aug 2013, 03:29:41 (11 years ago)
Author:
seregin
Message:

remove REF_IDX_FRAMEWORK macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h

    r374 r377  
    130130  Bool                    m_motionPredEnabledFlag[MAX_VPS_LAYER_ID_PLUS1];
    131131#endif
     132  TComPic*                m_cIlpPic[MAX_NUM_REF];                    ///<  Inter layer Prediction picture =  upsampled picture
    132133#endif
    133134#if AVC_SYNTAX || SYNTAX_OUTPUT
    134135  fstream*               m_pBLSyntaxFile;
    135 #endif
    136 #if REF_IDX_FRAMEWORK
    137   TComPic*                m_cIlpPic[MAX_NUM_REF];                    ///<  Inter layer Prediction picture =  upsampled picture
    138136#endif
    139137
     
    209207  Int       getBLHeight() { return  m_iBLSourceHeight; }
    210208#endif
     209  Void      xInitILRP(TComSPS *pcSPS);
     210  Void      setILRPic(TComPic *pcPic);
    211211#endif
    212212#if AVC_SYNTAX || SYNTAX_OUTPUT
    213213  Void      setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; }
    214214  fstream* getBLSyntaxFile() { return m_pBLSyntaxFile; }
    215 #endif
    216 #if REF_IDX_FRAMEWORK
    217   Void      xInitILRP(TComSPS *pcSPS);
    218   Void      setILRPic(TComPic *pcPic);
    219215#endif
    220216
Note: See TracChangeset for help on using the changeset viewer.