Changeset 593 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 2 Feb 2014, 04:51:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r582 r593 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 3, ITU/ISO/IEC6 * Copyright (c) 2010-2014, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 579 579 } 580 580 WRITE_FLAG( pcSPS->getTMVPFlagsPresent() ? 1 : 0, "sps_temporal_mvp_enable_flag" ); 581 581 582 WRITE_FLAG( pcSPS->getUseStrongIntraSmoothing(), "sps_strong_intra_smoothing_enable_flag" ); 582 583 … … 1733 1734 WRITE_FLAG( pcSlice->getSaoEnabledFlag(), "slice_sao_luma_flag" ); 1734 1735 #if AUXILIARY_PICTURES 1735 if (pcSlice->getChromaFormatIdc() != CHROMA_400) 1736 { 1737 #endif 1738 #if HM_CLEANUP_SAO 1736 if (pcSlice->getChromaFormatIdc() != CHROMA_400) 1737 #endif 1739 1738 WRITE_FLAG( pcSlice->getSaoEnabledFlagChroma(), "slice_sao_chroma_flag" ); 1740 #else1741 {1742 SAOParam *saoParam = pcSlice->getPic()->getPicSym()->getSaoParam();1743 WRITE_FLAG( saoParam->bSaoFlag[1], "slice_sao_chroma_flag" );1744 }1745 #endif1746 #if AUXILIARY_PICTURES1747 }1748 #endif1749 1739 } 1750 1740 }
Note: See TracChangeset for help on using the changeset viewer.