Changeset 1377 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 23 Jul 2015, 01:02:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1372 r1377 743 743 || m_cPPS.getCGSFlag() > 0 744 744 #endif 745 #if LAYER_CTB746 || pcEncTopBase->getSPS()->getMaxCUWidth() != m_cSPS.getMaxCUWidth() || pcEncTopBase->getSPS()->getMaxCUHeight() != m_cSPS.getMaxCUHeight() || pcEncTopBase->getSPS()->getMaxCUDepth() != m_cSPS.getMaxCUDepth()747 #endif748 745 ) 749 746 { … … 792 789 #if CGS_3D_ASYMLUT 793 790 || m_cPPS.getCGSFlag() > 0 794 #endif795 #if LAYER_CTB796 || pcEncTopBase->getSPS()->getMaxCUWidth() != m_cSPS.getMaxCUWidth() || pcEncTopBase->getSPS()->getMaxCUHeight() != m_cSPS.getMaxCUHeight() || pcEncTopBase->getSPS()->getMaxCUDepth() != m_cSPS.getMaxCUDepth()797 791 #endif 798 792 )
Note: See TracChangeset for help on using the changeset viewer.