Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibDecoder/TDecSlice.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibDecoder/TDecSlice.h
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 58 58 // ==================================================================================================================== 59 59 60 class TDecConformanceCheck; 61 60 62 /// slice decoder class 61 63 class TDecSlice … … 65 67 TDecEntropy* m_pcEntropyDecoder; 66 68 TDecCu* m_pcCuDecoder; 69 TDecConformanceCheck *m_pDecConformanceCheck; 67 70 68 71 TDecSbac m_lastSliceSegmentEndContextState; ///< context storage for state at the end of the previous slice-segment (used for dependent slices only). … … 73 76 virtual ~TDecSlice(); 74 77 75 Void init ( TDecEntropy* pcEntropyDecoder, TDecCu* pcMbDecoder );78 Void init ( TDecEntropy* pcEntropyDecoder, TDecCu* pcMbDecoder, TDecConformanceCheck *pDecConformanceCheck ); 76 79 Void create (); 77 80 Void destroy ();
Note: See TracChangeset for help on using the changeset viewer.