Ignore:
Timestamp:
5 Jul 2014, 08:19:26 (10 years ago)
Author:
tech
Message:

Cleanup part 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.1-dev0/source/Lib/TLibEncoder/TEncSbac.cpp

    r950 r967  
    482482    m_pcBinIf->encodeBin( 1, rcSCModel );
    483483    UInt uiCount = 0;
    484 #if QC_SIMP_DELTADC_CODING_H0131
    485484    Bool bNoExGo = ( uiSymbol < 3 );
    486485
    487486    while( --uiSymbol && ++uiCount < 3 )
    488 #else
    489     Bool bNoExGo = (uiSymbol < 13);
    490 
    491     while( --uiSymbol && ++uiCount < 13 )
    492 #endif
    493487    {
    494488      m_pcBinIf->encodeBin( 1, rcSCModel );
     
    12431237  if( ( pcCU->getSlice()->getSPS()->getMaxCUWidth() >> pcCU->getDepth( absPartIdx ) ) < 64 ) //DMM and HEVC intra modes are both allowed
    12441238  {
    1245 #if LGE_SIMP_DIM_NOT_PRESENT_FLAG_CODING_H0119_H0135
    12461239    m_pcBinIf->encodeBin( isDimMode( dir ) ? 0 : 1, m_cAngleFlagSCModel.get( 0, 0, 0 ) );
    1247 #else
    1248     m_pcBinIf->encodeBin( isDimMode( dir ) ? 0 : 1, m_cAngleFlagSCModel.get( 0, 0, pcCU->getCtxAngleFlag( absPartIdx ) ) );
    1249 #endif
    12501240  }
    12511241  if( isDimMode( dir ) )
     
    23732363Void TEncSbac::codeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
    23742364{
    2375 #if !MTK_DBBP_SIGNALING_H0094
    2376   PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
    2377   AOF( ePartSize == RWTH_DBBP_PACK_MODE );
    2378 #endif
    23792365  AOF( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) );
    23802366  AOF( !pcCU->getSlice()->getIsDepth() );
Note: See TracChangeset for help on using the changeset viewer.