Ignore:
Timestamp:
2 May 2013, 02:57:45 (12 years ago)
Author:
seregin
Message:

add reference layer dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.h

    r133 r134  
    212212#if REF_IDX_FRAMEWORK
    213213  TComPic** getIlpList() { return m_cIlpPic; }
    214   Void setILRPic(TComPic *pcPic);
     214  Void      setILRPic(TComPic *pcPic);
    215215#endif
    216216#if REF_IDX_MFM
    217   Void setMFMEnabledFlag       (Bool flag)   {m_bMFMEnabledFlag = flag;}
    218   Bool getMFMEnabledFlag()                   {return m_bMFMEnabledFlag;}   
     217  Void      setMFMEnabledFlag       (Bool flag)   {m_bMFMEnabledFlag = flag;}
     218  Bool      getMFMEnabledFlag()                   {return m_bMFMEnabledFlag;}   
    219219#endif
    220220#if AVC_SYNTAX
     
    222222  fstream*  getBLSyntaxFile() { return m_pBLSyntaxFile; }
    223223#endif
    224   Void encode( TComPicYuv* pcPicYuvOrg, TComList<TComPicYuv*>& rcListPicYuvRecOut,
    225               std::list<AccessUnit>& accessUnitsOut, Int iPicIdInGOP  );
    226   Void encodePrep( TComPicYuv* pcPicYuvOrg );
     224  Void      encode( TComPicYuv* pcPicYuvOrg, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsOut, Int iPicIdInGOP  );
     225  Void      encodePrep( TComPicYuv* pcPicYuvOrg );
     226#if VPS_EXTN_DIRECT_REF_LAYERS_CONTINUE
     227  TEncTop*  getRefLayerEnc(UInt layerId);
     228#endif
    227229#else
    228230  Void encode( Bool bEos, TComPicYuv* pcPicYuvOrg, TComList<TComPicYuv*>& rcListPicYuvRecOut,
Note: See TracChangeset for help on using the changeset viewer.