Ignore:
Timestamp:
27 Jan 2014, 06:48:42 (10 years ago)
Author:
mediatek-htm
Message:

Integration of CABAC simplification for IC flag in JCT3V-G0061. The MACRO is "MTK_IC_FLAG_CABAC_SIMP_G0061".

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibDecoder/TDecSbac.cpp

    r790 r805  
    21612161{
    21622162  UInt uiSymbol = 0;
     2163#if MTK_IC_FLAG_CABAC_SIMP_G0061
     2164  m_pcTDecBinIf->decodeBin( uiSymbol, m_cCUICFlagSCModel.get( 0, 0, 0 ) );
     2165#else
    21632166  UInt uiCtxIC = pcCU->getCtxICFlag( uiAbsPartIdx );
    21642167  m_pcTDecBinIf->decodeBin( uiSymbol, m_cCUICFlagSCModel.get( 0, 0, uiCtxIC ) );
     2168#endif
    21652169#if !H_MV_ENC_DEC_TRAC
    21662170  DTRACE_CABAC_VL( g_nSymbolCounter++ );
Note: See TracChangeset for help on using the changeset viewer.