Ignore:
Timestamp:
3 May 2013, 01:58:33 (12 years ago)
Author:
intel-htm
Message:

#define INTEL_SDC64_D0193 0 JCT3V-D0193: SDC binary clean up (use a 1 bit binary code to signal sdc_pred_mode when CU size is 64x64)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev3-Intel/source/Lib/TLibEncoder/TEncSbac.cpp

    r332 r354  
    24112411  {
    24122412    UInt uiBit = (uiPredMode == g_auiSDCPredModes[uiMPModeIdx]) ? 1 : 0;
     2413#if INTEL_SDC64_D0193
     2414    if( !(pcCU->getWidth(uiAbsPartIdx) == 64 && i == 1))
     2415#endif
    24132416    m_pcBinIf->encodeBin( uiBit, m_cSDCPredModeSCModel.get( 0, i, uiCtx ) );
    24142417   
Note: See TracChangeset for help on using the changeset viewer.