Ignore:
Timestamp:
24 Jul 2014, 09:17:07 (10 years ago)
Author:
mediatek-htm
Message:

JCT3V-I0099 FIX allow encoder only QTL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev2-MediaTek/source/Lib/TLibEncoder/TEncCfg.h

    r1007 r1017  
    420420  Bool      m_useMPI;
    421421#endif
    422 #if !MTK_I0099_VPS_EX2
     422#if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    423423#if H_3D_QTLPC
    424424  Bool      m_bUseQTL;
     425#if !MTK_I0099_VPS_EX2
    425426  Bool      m_bUsePC;
     427#endif
    426428#endif
    427429#endif
     
    10101012  Void      setUseDLT                       ( Bool b) { m_useDLT = b;    }
    10111013#endif
    1012 #if !MTK_I0099_VPS_EX2
     1014#if !MTK_I0099_VPS_EX2 || MTK_I0099_FIX
    10131015#if H_3D_QTLPC
    10141016  Void      setUseQTL                       ( Bool b ) { m_bUseQTL = b;    }
    10151017  Bool      getUseQTL                       ()         { return m_bUseQTL; }
     1018#if !MTK_I0099_VPS_EX2
    10161019  Void      setUsePC                        ( Bool b ) { m_bUsePC  = b;    }
    10171020  Bool      getUsePC                        ()         { return m_bUsePC;  }
     1021#endif
    10181022#endif
    10191023#endif
Note: See TracChangeset for help on using the changeset viewer.