Changeset 845 in 3DVCSoftware for branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder
- Timestamp:
- 11 Feb 2014, 22:15:54 (11 years ago)
- Location:
- branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r837 r845 37 37 38 38 #include "TDecCu.h" 39 40 39 //! \ingroup TLibDecoder 41 40 //! \{ … … 639 638 640 639 m_ppcCU[uiDepth]->copySubCU( pcCU, uiAbsPartIdx, uiDepth ); 641 640 641 #if H_MV_ENC_DEC_TRAC 642 #if ENC_DEC_TRACE 643 stopAtPos ( m_ppcCU[uiDepth]->getSlice()->getPOC(), 644 m_ppcCU[uiDepth]->getSlice()->getLayerId(), 645 m_ppcCU[uiDepth]->getCUPelX(), 646 m_ppcCU[uiDepth]->getCUPelY(), 647 m_ppcCU[uiDepth]->getWidth(0), 648 m_ppcCU[uiDepth]->getHeight(0) ); 649 #endif 650 #endif 651 642 652 switch( m_ppcCU[uiDepth]->getPredictionMode(0) ) 643 653 { -
branches/HTM-10.0rc1-dev0/source/Lib/TLibDecoder/TDecGop.cpp
r837 r845 43 43 #include "libmd5/MD5.h" 44 44 #include "TLibCommon/SEI.h" 45 46 45 #include <time.h> 47 46
Note: See TracChangeset for help on using the changeset viewer.