Changeset 1201 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Jul 2015, 20:30:17 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 5 edited
-
CommonDef.h (modified) (1 diff)
-
TComRdCost.cpp (modified) (1 diff)
-
TComRom.cpp (modified) (1 diff)
-
TComSlice.h (modified) (1 diff)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/CommonDef.h
r1200 r1201 142 142 #if SVC_EXTENSION 143 143 extern Int g_bitDepthLayer[MAX_NUM_CHANNEL_TYPE][MAX_LAYERS]; 144 #endif145 #if O0194_WEIGHTED_PREDICTION_CGS146 144 extern void* g_refWeightACDCParam; //type:wpACDCParam 147 145 #endif -
branches/SHM-dev/source/Lib/TLibCommon/TComRdCost.cpp
r1029 r1201 340 340 Void TComRdCost::setDistParam( TComPattern* pcPatternKey, Pel* piRefY, Int iRefStride, Int iStep, DistParam& rcDistParam, Bool bHADME ) 341 341 { 342 #if O0194_WEIGHTED_PREDICTION_CGS343 // Bug fix: The correct bit depth has not been usedfor weighted cost calculation342 #if SVC_EXTENSION 343 // Set bit depth for weighted cost calculation 344 344 rcDistParam.bitDepth = g_bitDepth[CHANNEL_TYPE_LUMA]; 345 345 #endif -
branches/SHM-dev/source/Lib/TLibCommon/TComRom.cpp
r1200 r1201 679 679 #endif 680 680 Int g_bitDepthLayer[MAX_NUM_CHANNEL_TYPE][MAX_LAYERS]; 681 #if O0194_WEIGHTED_PREDICTION_CGS682 681 void * g_refWeightACDCParam; // type=wpACDCParam 683 #endif684 682 Int g_mvScalingFactor [MAX_LAYERS][2] = {{0,0}, {0,0}}; 685 683 Int g_posScalingFactor [MAX_LAYERS][2] = {{0,0}, {0,0}}; -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1199 r1201 1885 1885 Int64 iAC; 1886 1886 Int64 iDC; 1887 #if O0194_WEIGHTED_PREDICTION_CGS1887 #if SVC_EXTENSION 1888 1888 Int iSamples; 1889 1889 #endif -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1200 r1201 70 70 #define R0179_ENC_OPT_3DLUT_SIZE 0 ///< JCTVC-R0179: RD decision based LUT size selection 71 71 #endif 72 #define O0194_WEIGHTED_PREDICTION_CGS 1 ///< JCTVC-O0194: Weighted prediction for colour gamut scalability73 72 #define POC_RESET_IDC 1 ///< JCTVC-P0041: Include poc_reset_idc and related derivation 74 73 #if POC_RESET_IDC
Note: See TracChangeset for help on using the changeset viewer.