Changeset 532 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibEncoder/TEncEntropy.cpp
- Timestamp:
- 2 Jan 2014, 07:21:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibEncoder/TEncEntropy.cpp
r494 r532 51 51 Void TEncEntropy::encodeSliceHeader ( TComSlice* pcSlice ) 52 52 { 53 #if !HM_CLEANUP_SAO 53 54 if (pcSlice->getSPS()->getUseSAO()) 54 55 { … … 59 60 } 60 61 } 61 62 #endif 62 63 m_pcEntropyCoderIf->codeSliceHeader( pcSlice ); 63 64 return; … … 638 639 } 639 640 641 #if !HM_CLEANUP_SAO 640 642 /** Encode SAO Offset 641 643 * \param saoLcuParam SAO LCU paramters … … 731 733 } 732 734 735 #endif 736 733 737 Int TEncEntropy::countNonZeroCoeffs( TCoeff* pcCoef, UInt uiSize ) 734 738 {
Note: See TracChangeset for help on using the changeset viewer.