Ignore:
Timestamp:
22 May 2013, 22:32:57 (11 years ago)
Author:
tech
Message:

Merged missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp

    r433 r434  
    869869  m_pcEntropyCoderIf->codePredMode( pcCU, uiAbsPartIdx );
    870870 
     871#if !PKU_QC_DEPTH_INTRA_UNI_D0195
    871872#if RWTH_SDC_DLT_B0036
    872873  // if B-Slice, code SDC flag later
     
    12901291    {
    12911292      encodeIntraDirModeLuma  ( pcCU, uiAbsPartIdx
     1293#if PKU_QC_DEPTH_INTRA_UNI_D0195
     1294        ,bSdcRD
     1295#endif
     1296        );
     1297#if PKU_QC_DEPTH_INTRA_UNI_D0195
     1298      if(!pcCU->getSDCFlag(uiAbsPartIdx))
     1299#endif
    12921300      encodeIntraDirModeChroma( pcCU, uiAbsPartIdx, bRD );
    12931301    }
     
    14871495    assert( pcCU->getCbf(uiAbsPartIdx, TEXT_CHROMA_U) == 1 );
    14881496    assert( pcCU->getCbf(uiAbsPartIdx, TEXT_CHROMA_V) == 1 );
     1497#if !PKU_QC_DEPTH_INTRA_UNI_D0195
    14891498    encodeSDCResidualData(pcCU, uiAbsPartIdx);
    14901499#endif
     
    19041913  m_pcEntropyCoderIf->codeSDCFlag(pcCU, uiAbsPartIdx);
    19051914}
     1915#endif
    19061916Void TEncEntropy::encodeSDCResidualData( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD )
    19071917{
Note: See TracChangeset for help on using the changeset viewer.