Changeset 468 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon
- Timestamp:
- 14 Nov 2013, 09:02:43 (12 years ago)
- Location:
- branches/SHM-4.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
-
TComUpsampleFilter.cpp (modified) (1 diff)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r467 r468 279 279 #if N0214_INTERMEDIATE_BUFFER_16BITS 280 280 #if O0194_JOINT_US_BITSHIFT 281 Int nShift = 20 - g_bitDepthYLayer[1];281 Int nShift = 20 - g_bitDepthYLayer[1]; 282 282 #else 283 283 Int nShift = US_FILTER_PREC*2 - shift1; -
branches/SHM-4.0-dev/source/Lib/TLibCommon/TypeDef.h
r467 r468 45 45 #define RANDOM_ACCESS_SEI_FIX 1 46 46 #if SVC_EXTENSION 47 #define MFM_ENCCONSTRAINT 1 ///< JCTVC-O0216: Encoder constraint for motion field mapping 48 49 #define O0194_DIFFERENT_BITDEPTH_EL_BL 1 ///< JCTVC-O0194: Support for different bitdepth values for BL and EL, add required configuration parameters 47 #define O0194_DIFFERENT_BITDEPTH_EL_BL 1 ///< JCTVC-O0194: Support for different bitdepth values for BL and EL, add required configuration parameters (and Some bugfixes when REPN_FORMAT_IN_VPS (JCTVC-N0092) is enabled) 50 48 #define O0194_JOINT_US_BITSHIFT 1 ///< JCTVC-O0194: Joint Upsampling and bit-shift 51 49 #define O0194_WEIGHTED_PREDICTION_CGS 1 ///< JCTVC-O0194: Weighted prediciton for color gamut scalability 52 #define O0194_REPN_FORMAT_IN_VPS_BUGFIX 1 ///< JCTVC-O0194: Some bugfixes when REPN_FORMAT_IN_VPS (JCTVC-N0092) is enabled 53 50 #define MFM_ENCCONSTRAINT 1 ///< JCTVC-O0216: Encoder constraint for motion field mapping 54 51 #define VPS_NUH_LAYER_ID 1 ///< JCTVC-N0085: Assert that the nuh_layer_id of VPS NAL unit should be 0 55 52 #define MAX_LAYERS 2 ///< max number of layers the codec is supposed to handle
Note: See TracChangeset for help on using the changeset viewer.