Changeset 839 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 8 Feb 2014, 01:30:30 (11 years ago)
- Location:
- branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecSbac.h
r837 r839 94 94 Void parseSaoTypeIdx ( UInt& ruiVal ); 95 95 Void parseSaoUflc ( UInt uiLength, UInt& ruiVal ); 96 Void parseSAOBlkParam (SAOBlkParam& saoBlkParam, Bool* sliceEnabled, Bool leftMergeAvail, Bool aboveMergeAvail); 97 Void parseSaoSign(UInt& val); 96 98 private: 97 99 Void xReadUnarySymbol ( UInt& ruiSymbol, ContextModel* pcSCModel, Int iOffset ); -
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecSlice.cpp
r837 r839 336 336 if(ry > 0) 337 337 { 338 aboveMergeAvail = rpcPic->getSAOMergeAvailability(iCUAddr, iCUAddr-uiWidthInLCUs); 338 339 } 339 340 … … 342 343 else 343 344 { 345 saoblkParam[SAO_Y ].modeIdc = SAO_MODE_OFF; 346 saoblkParam[SAO_Cb].modeIdc = SAO_MODE_OFF; 347 saoblkParam[SAO_Cr].modeIdc = SAO_MODE_OFF; 344 348 } 345 349 } -
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecTop.cpp
r837 r839 679 679 m_uiSliceIdx = 0; 680 680 } 681 else 681 682 { 682 683 m_apcSlicePilot->copySliceInfo( pcPic->getPicSym()->getSlice(m_uiSliceIdx-1) );
Note: See TracChangeset for help on using the changeset viewer.