Ignore:
Timestamp:
26 Oct 2012, 12:08:59 (12 years ago)
Author:
lg
Message:
  1. integration of JCT3V-B0045.
  2. cleanup of defined, valued but not used variable "uiPrevTexPartIndex" in function xCompressCU. This cleanup is made to pass the compiling in Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncCfg.h

    r121 r152  
    167167#endif
    168168  Bool      m_bUseSAO;
     169#if LGE_ILLUCOMP_B0045
     170  Bool      m_bUseIC;
     171#endif
    169172#if SAO_UNIT_INTERLEAVING
    170173  Int       m_maxNumOffsetsPerPic;
     
    690693  Void  setUseSAO                      ( Bool bVal )   {m_bUseSAO = bVal;}
    691694  Bool  getUseSAO                      ()              {return m_bUseSAO;}
     695#if LGE_ILLUCOMP_B0045
     696  Void  setUseIC                       ( Bool bVal )   {m_bUseIC = bVal;}
     697  Bool  getUseIC                       ()              {return m_bUseIC;}
     698#endif
    692699#if SAO_UNIT_INTERLEAVING
    693700  Void  setMaxNumOffsetsPerPic                   (Int iVal)            { m_maxNumOffsetsPerPic = iVal; }
Note: See TracChangeset for help on using the changeset viewer.