Changeset 1262 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 14 Jul 2015, 03:30:11 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/ContextModel3DBuffer.h
r1259 r1262 40 40 41 41 #include <stdio.h> 42 #include <assert.h>43 42 #include <memory.h> 44 43 -
branches/SHM-dev/source/Lib/TLibCommon/NAL.h
r1260 r1262 37 37 #define __NAL__ 38 38 39 #include <vector>40 39 #include <sstream> 41 40 #include "CommonDef.h" -
branches/SHM-dev/source/Lib/TLibCommon/TComBitStream.h
r1260 r1262 46 46 #include <vector> 47 47 #include <stdio.h> 48 #include <assert.h>49 48 #include "CommonDef.h" 50 49 -
branches/SHM-dev/source/Lib/TLibCommon/TComDataCU.h
r1259 r1262 40 40 #define __TCOMDATACU__ 41 41 42 #include <assert.h> 42 #include <algorithm> 43 #include <vector> 43 44 44 45 // Include files … … 48 49 #include "TComRdCost.h" 49 50 #include "TComPattern.h" 50 51 #include <algorithm>52 #include <vector>53 51 54 52 //! \ingroup TLibCommon -
branches/SHM-dev/source/Lib/TLibCommon/TComMv.h
r1259 r1262 40 40 41 41 #include "CommonDef.h" 42 #include <cstdlib>43 42 44 43 //! \ingroup TLibCommon -
branches/SHM-dev/source/Lib/TLibCommon/TComPattern.h
r1259 r1262 40 40 41 41 // Include files 42 #include <stdio.h>43 42 #include "CommonDef.h" 44 #include <string>45 43 46 44 //! \ingroup TLibCommon -
branches/SHM-dev/source/Lib/TLibCommon/TComPrediction.cpp
r1260 r1262 38 38 #include <memory.h> 39 39 #include "TComPrediction.h" 40 #include "TComPic.h" 40 41 #include "TComTU.h" 41 42 -
branches/SHM-dev/source/Lib/TLibCommon/TComPrediction.h
r1259 r1262 41 41 42 42 // Include files 43 #include "TComPic.h" 44 #include "TComMotionInfo.h" 45 #include "TComPattern.h" 46 #include "TComTrQuant.h" 43 #include "TComYuv.h" 47 44 #include "TComInterpolationFilter.h" 48 45 #include "TComWeightPrediction.h" 49 46 50 class TComTU; // forward declaration 47 // forward declaration 48 class TComMv; 49 class TComTU; 51 50 52 51 #if SVC_EXTENSION -
branches/SHM-dev/source/Lib/TLibCommon/TComWeightPrediction.cpp
r1260 r1262 37 37 38 38 // Include files 39 #include "TComSlice.h" 39 #include "CommonDef.h" 40 #include "TComYuv.h" 41 #include "TComPic.h" 42 #include "TComInterpolationFilter.h" 40 43 #include "TComWeightPrediction.h" 41 #include "TComInterpolationFilter.h"42 44 43 45 -
branches/SHM-dev/source/Lib/TLibCommon/TComWeightPrediction.h
r1259 r1262 39 39 #define __TCOMWEIGHTPREDICTION__ 40 40 41 #include "CommonDef.h" 41 42 42 // Include files 43 #include "TComPic.h" 44 #include "TComMotionInfo.h" 45 #include "TComPattern.h" 46 #include "TComTrQuant.h" 47 #include "TComInterpolationFilter.h" 43 // forward declarations 44 class TComDataCU; 45 class TComYuv; 46 struct WPScalingParam; 48 47 49 48 // ==================================================================================================================== -
branches/SHM-dev/source/Lib/TLibCommon/TComYuv.h
r1259 r1262 40 40 #ifndef __TCOMYUV__ 41 41 #define __TCOMYUV__ 42 #include <assert.h>43 42 #include "CommonDef.h" 44 43 #include "TComPicYuv.h" -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.cpp
r1260 r1262 38 38 #include "TDecSbac.h" 39 39 #include "TLibCommon/TComTU.h" 40 #include "TLibCommon/TComTrQuant.h" 40 41 41 42 #if RExt__DECODER_DEBUG_BIT_STATISTICS
Note: See TracChangeset for help on using the changeset viewer.