Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCu.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCu.h
r608 r655 102 102 Bool m_bUseSBACRD; 103 103 TEncRateCtrl* m_pcRateCtrl; 104 #if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT 104 #if RATE_CONTROL_LAMBDA_DOMAIN 105 #if !M0036_RC_IMPROVEMENT 105 106 UInt m_LCUPredictionSAD; 106 107 Int m_addSADDepth; 107 108 Int m_temporalSAD; 108 109 #endif 110 #if M0036_RC_IMPROVEMENT && KWU_RC_MADPRED_E0227 111 UInt m_LCUPredictionSAD; 112 Int m_addSADDepth; 113 Int m_temporalSAD; 114 Int m_spatialSAD; 115 #endif 116 #endif 117 #if !RATE_CONTROL_LAMBDA_DOMAIN && KWU_RC_MADPRED_E0227 118 UInt m_LCUPredictionSAD; 119 Int m_addSADDepth; 120 Int m_temporalSAD; 121 Int m_spatialSAD; 122 #endif 123 109 124 public: 110 125 /// copy parameters from encoder class … … 124 139 125 140 Void setBitCounter ( TComBitCounter* pcBitCounter ) { m_pcBitCounter = pcBitCounter; } 126 #if RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT141 #if (RATE_CONTROL_LAMBDA_DOMAIN && !M0036_RC_IMPROVEMENT) || KWU_RC_MADPRED_E0227 127 142 UInt getLCUPredictionSAD() { return m_LCUPredictionSAD; } 128 143 #endif … … 145 160 146 161 #if AMP_MRG 147 #if MTK_FAST_TEXTURE_ENCODING_E0173162 #if H_3D_FAST_TEXTURE_ENCODING 148 163 Void xCheckRDCostInter ( TComDataCU*& rpcBestCU, TComDataCU*& rpcTempCU, PartSize ePartSize, Bool bFMD, Bool bUseMRG = false ) ; 149 164 #else
Note: See TracChangeset for help on using the changeset viewer.