Ignore:
Timestamp:
29 Oct 2012, 02:20:31 (12 years ago)
Author:
lg
Message:

minor fix:

  1. indentation correction,
  2. remove outcommented source lines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-LG/source/Lib/TLibEncoder/TEncSearch.cpp

    r152 r156  
    721721    m_cDistParam.pCur = piRefPos;
    722722#if LGE_ILLUCOMP_B0045
    723   m_cDistParam.bUseIC = pcPatternKey->getICFlag();
     723    m_cDistParam.bUseIC = pcPatternKey->getICFlag();
    724724#endif
    725725    uiDist = m_cDistParam.DistFunc( &m_cDistParam );
     
    41244124
    41254125#if LGE_ILLUCOMP_B0045
    4126     m_cDistParam.bUseIC = pcPatternKey->getICFlag();
     4126      m_cDistParam.bUseIC = pcPatternKey->getICFlag();
    41274127#endif
    41284128      uiSad = m_cDistParam.DistFunc( &m_cDistParam );
     
    44834483    m_pcEntropyCoder->encodeMergeIndex( pcCU, 0, 0, true );
    44844484#if LGE_ILLUCOMP_B0045
    4485   m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
     4485    m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
    44864486#endif
    44874487#if HHI_INTER_VIEW_RESIDUAL_PRED
     
    58515851    m_pcEntropyCoder->encodeMergeIndex(pcCU, 0, 0, true);
    58525852#if LGE_ILLUCOMP_B0045
    5853   m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
     5853    m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
    58545854#endif
    58555855#if HHI_INTER_VIEW_RESIDUAL_PRED
     
    58745874    m_pcEntropyCoder->encodePredInfo( pcCU, 0, true );
    58755875#if LGE_ILLUCOMP_B0045
    5876   m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
     5876    m_pcEntropyCoder->encodeICFlag(pcCU, 0, true);
    58775877#endif
    58785878#if HHI_INTER_VIEW_RESIDUAL_PRED
Note: See TracChangeset for help on using the changeset viewer.