Changeset 639 in 3DVCSoftware
- Timestamp:
- 18 Oct 2013, 07:01:35 (11 years ago)
- Location:
- branches/HTM-8.2-dev0-KWU/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-KWU/source/Lib/TLibCommon/TypeDef.h
r638 r639 312 312 #endif 313 313 314 #define KWU_RC_VIEWRC_E0227 1///< JCT3V-E0227, view-wise target bitrate allocation315 #define KWU_RC_MADPRED_E0227 1///< JCT3V-E0227, inter-view MAD prediction314 #define KWU_RC_VIEWRC_E0227 0 ///< JCT3V-E0227, view-wise target bitrate allocation 315 #define KWU_RC_MADPRED_E0227 0 ///< JCT3V-E0227, inter-view MAD prediction 316 316 317 317 #define MAX_CPB_CNT 32 ///< Upper bound of (cpb_cnt_minus1 + 1) -
branches/HTM-8.2-dev0-KWU/source/Lib/TLibEncoder/TEncCu.cpp
r638 r639 113 113 m_addSADDepth = 0; 114 114 m_temporalSAD = 0; 115 #endif 116 #endif 117 #if KWU_RC_MADPRED_E0227 115 m_spatialSAD = 0; 116 #endif 117 #endif 118 #if !RATE_CONTROL_LAMBDA_DOMAIN && KWU_RC_MADPRED_E0227 118 119 m_LCUPredictionSAD = 0; 119 120 m_addSADDepth = 0; … … 279 280 m_addSADDepth = 0; 280 281 m_temporalSAD = 0; 282 m_spatialSAD = 0; 281 283 #endif 282 284 #endif -
branches/HTM-8.2-dev0-KWU/source/Lib/TLibEncoder/TEncCu.h
r638 r639 112 112 Int m_addSADDepth; 113 113 Int m_temporalSAD; 114 #endif 115 #endif 116 #if KWU_RC_MADPRED_E0227 114 Int m_spatialSAD; 115 #endif 116 #endif 117 #if !RATE_CONTROL_LAMBDA_DOMAIN && KWU_RC_MADPRED_E0227 117 118 UInt m_LCUPredictionSAD; 118 119 Int m_addSADDepth;
Note: See TracChangeset for help on using the changeset viewer.