Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibDecoder/TDecTop.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/TDecTop.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 * … … 52 52 #include "TDecCAVLC.h" 53 53 #include "SEIread.h" 54 #include "TDecConformance.h" 54 55 55 56 class InputNALUnit; … … 204 205 TComLoopFilter m_cLoopFilter; 205 206 TComSampleAdaptiveOffset m_cSAO; 207 TDecConformanceCheck m_conformanceCheck; 206 208 207 209 Bool isSkipPictureForBLA(Int& iPOCLastDisplay); … … 236 238 #endif 237 239 240 #if MCTS_ENC_CHECK 241 Bool m_tmctsCheckEnabled; 242 243 #endif 244 238 245 #if NH_MV 239 246 // Class interface … … 286 293 287 294 Void setDecodedPictureHashSEIEnabled(Int enabled) { m_cGopDecoder.setDecodedPictureHashSEIEnabled(enabled); } 288 295 #if MCTS_ENC_CHECK 296 Void setTMctsCheckEnabled(Bool enabled) { m_tmctsCheckEnabled = enabled; } 297 #endif 289 298 Void init(); 290 299 #if !NH_MV … … 405 414 406 415 Void xParsePrefixSEImessages(); 416 #if MCTS_ENC_CHECK 417 Void xAnalysePrefixSEImessages(); 418 #endif 407 419 Void xParsePrefixSEIsForUnknownVCLNal(); 408 420
Note: See TracChangeset for help on using the changeset viewer.