Ignore:
Timestamp:
17 Apr 2014, 13:54:45 (10 years ago)
Author:
lg
Message:

JCT3V-H0119/JCT3V-H0135

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev3-LGE/source/Lib/TLibDecoder/TDecSbac.cpp

    r914 r924  
    11351135  if( ( pcCU->getSlice()->getSPS()->getMaxCUWidth() >> pcCU->getDepth( absPartIdx ) ) < 64 ) //DMM and HEVC intra modes are both allowed
    11361136  {
     1137#if LGE_SIMP_DIM_NOT_PRESENT_FLAG_CODING_H0119_H0135
     1138    m_pcTDecBinIf->decodeBin( uiSymbol, m_cAngleFlagSCModel.get( 0, 0, 0 ) );
     1139#else
    11371140    m_pcTDecBinIf->decodeBin( uiSymbol, m_cAngleFlagSCModel.get( 0, 0, pcCU->getCtxAngleFlag( absPartIdx ) ) );
     1141#endif
    11381142  }
    11391143  else
Note: See TracChangeset for help on using the changeset viewer.