Changeset 475 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncSampleAdaptiveOffset.cpp
- Timestamp:
- 15 Nov 2013, 14:55:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncSampleAdaptiveOffset.cpp
r313 r475 1871 1871 1872 1872 saoParam->bSaoFlag[0] = true; 1873 #if AUXILIARY_PICTURES 1874 saoParam->bSaoFlag[1] = m_pcPic->getChromaFormat() == CHROMA_400 ? false : true; 1875 #else 1873 1876 saoParam->bSaoFlag[1] = true; 1877 #endif 1874 1878 saoParam->oneUnitFlag[0] = false; 1875 1879 saoParam->oneUnitFlag[1] = false;
Note: See TracChangeset for help on using the changeset viewer.