Changeset 1377 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
23 Jul 2015, 01:02:36 (10 years ago)
Author:
seregin
Message:

dynamic memory allocation at encoder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r1372 r1377  
    743743            || m_cPPS.getCGSFlag() > 0
    744744#endif
    745 #if LAYER_CTB
    746             || pcEncTopBase->getSPS()->getMaxCUWidth() != m_cSPS.getMaxCUWidth() || pcEncTopBase->getSPS()->getMaxCUHeight() != m_cSPS.getMaxCUHeight() || pcEncTopBase->getSPS()->getMaxCUDepth() != m_cSPS.getMaxCUDepth()
    747 #endif
    748745            )
    749746          {
     
    792789#if CGS_3D_ASYMLUT
    793790            || m_cPPS.getCGSFlag() > 0
    794 #endif
    795 #if LAYER_CTB
    796             || pcEncTopBase->getSPS()->getMaxCUWidth() != m_cSPS.getMaxCUWidth() || pcEncTopBase->getSPS()->getMaxCUHeight() != m_cSPS.getMaxCUHeight() || pcEncTopBase->getSPS()->getMaxCUDepth() != m_cSPS.getMaxCUDepth()
    797791#endif
    798792            )
Note: See TracChangeset for help on using the changeset viewer.