Ignore:
Timestamp:
20 Aug 2014, 08:01:43 (10 years ago)
Author:
mediatek-htm
Message:

Fix of the Ticket #63. The MACRO is "MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX".

By Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibEncoder/TEncTop.h

    r872 r1049  
    7979#if H_MV
    8080  TComPicLists*           m_ivPicLists;                   ///< access to picture lists of other layers
     81#endif
     82#if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX
     83  Int *m_aICEnableCandidate;
     84  Int *m_aICEnableNum;
    8185#endif
    8286  // encoder search
     
    162166  TComPicLists* getIvPicLists() { return m_ivPicLists; }
    163167#endif
     168#if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX
     169  Int *getICEnableCandidate() { return m_aICEnableCandidate; }
     170  Int *getICEnableNum() { return m_aICEnableNum; }
     171#endif
    164172  Void      deletePicBuffer ();
    165173
     
    221229  Void                    setIvPicLists         ( TComPicLists* picLists) { m_ivPicLists = picLists; }
    222230#endif
     231#if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX
     232  Void                    setICEnableCandidate         ( Int* ICEnableCandidate) { m_aICEnableCandidate = ICEnableCandidate; }
     233  Void                    setICEnableNum         ( Int* ICEnableNum) { m_aICEnableNum = ICEnableNum; }
     234#endif
    223235  // -------------------------------------------------------------------------------------------------------------------
    224236  // encoder function
Note: See TracChangeset for help on using the changeset viewer.