Ignore:
Timestamp:
16 May 2013, 09:23:44 (12 years ago)
Author:
lg
Message:

D0135->D0092->D0091

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-LG/source/Lib/TLibEncoder/TEncGOP.cpp

    r332 r408  
    12571257            TComAPS cAPS;
    12581258            allocAPS(&cAPS, pcSlice->getSPS());
     1259#if !LGE_SAO_MIGRATION_D0091
    12591260            cAPS.setSaoInterleavingFlag(m_pcCfg->getSaoInterleavingFlag());
     1261#endif
    12601262            // set entropy coder for RD
    12611263            m_pcEntropyCoder->setEntropyCoder ( m_pcCavlcCoder, pcSlice );
     
    12651267              m_pcEntropyCoder->resetEntropy();
    12661268              m_pcEntropyCoder->setBitstream( m_pcBitCounter );
     1269#if LGE_SAO_MIGRATION_D0091
     1270              m_pcSAO->startSaoEnc(pcPic, m_pcEntropyCoder, m_pcEncTop->getRDSbacCoder(), m_pcEncTop->getRDGoOnSbacCoder());
     1271#else
    12671272              m_pcSAO->startSaoEnc(pcPic, m_pcEntropyCoder, m_pcEncTop->getRDSbacCoder(), NULL);
     1273#endif
    12681274              SAOParam& cSaoParam = *(cAPS.getSaoParam());
    12691275
    12701276#if SAO_CHROMA_LAMBDA
     1277#if LGE_SAO_MIGRATION_D0091
     1278#if SAO_ENCODING_CHOICE
     1279              m_pcSAO->SAOProcess(&cSaoParam, pcPic->getSlice(0)->getLambdaLuma(), pcPic->getSlice(0)->getLambdaChroma(), pcPic->getSlice(0)->getDepth());
     1280#else
    12711281              m_pcSAO->SAOProcess(&cSaoParam, pcPic->getSlice(0)->getLambdaLuma(), pcPic->getSlice(0)->getLambdaChroma());
     1282#endif
     1283#else
     1284              m_pcSAO->SAOProcess(&cSaoParam, pcPic->getSlice(0)->getLambdaLuma(), pcPic->getSlice(0)->getLambdaChroma());
     1285#endif
    12721286#else
    12731287#if ALF_CHROMA_LAMBDA
     
    15541568    m_pcEntropyCoder->encodeDFParams(pcAPS);
    15551569  }
     1570#if !LGE_SAO_MIGRATION_D0091
    15561571  m_pcEntropyCoder->encodeSaoParam(pcAPS);
     1572#endif
    15571573  m_pcEntropyCoder->encodeAPSAlfFlag( pcAPS->getAlfEnabled()?1:0);
    15581574  if(pcAPS->getAlfEnabled())
Note: See TracChangeset for help on using the changeset viewer.