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/TLibEncoder/TEncSbac.cpp

    r914 r924  
    12431243  if( ( pcCU->getSlice()->getSPS()->getMaxCUWidth() >> pcCU->getDepth( absPartIdx ) ) < 64 ) //DMM and HEVC intra modes are both allowed
    12441244  {
     1245#if LGE_SIMP_DIM_NOT_PRESENT_FLAG_CODING_H0119_H0135
     1246    m_pcBinIf->encodeBin( isDimMode( dir ) ? 0 : 1, m_cAngleFlagSCModel.get( 0, 0, 0 ) );
     1247#else
    12451248    m_pcBinIf->encodeBin( isDimMode( dir ) ? 0 : 1, m_cAngleFlagSCModel.get( 0, 0, pcCU->getCtxAngleFlag( absPartIdx ) ) );
     1249#endif
    12461250  }
    12471251  if( isDimMode( dir ) )
Note: See TracChangeset for help on using the changeset viewer.