Changeset 614 in 3DVCSoftware for branches/HTM-8.0-dev0/source/Lib/TLibCommon
- Timestamp:
- 3 Sep 2013, 19:54:21 (11 years ago)
- Location:
- branches/HTM-8.0-dev0/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComRdCost.cpp
r608 r614 484 484 } 485 485 486 #if SCU_HS_FAST_DEPTH_INTRA_E0238 486 #if SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX 487 487 488 488 UInt TComRdCost::calcVAR (Pel* pi0, Int stride, Int width, Int height, Int cuDepth) -
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TComRdCost.h
r608 r614 235 235 UInt calcHAD(Int bitDepth, Pel* pi0, Int iStride0, Pel* pi1, Int iStride1, Int iWidth, Int iHeight ); 236 236 237 #if SCU_HS_FAST_DEPTH_INTRA_E0238 237 #if SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX 238 238 UInt calcVAR(Pel* pi0, Int stride, Int width, Int height, Int cuDepth); 239 239 #endif -
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TypeDef.h
r613 r614 184 184 #define KWU_SDC_SIMPLE_DC_E0117 1 // Simplified DC calculation for SDC 185 185 #define SCU_HS_DMM4_REMOVE_DIV_E0242 1 // DMM4 Division Removal 186 #define SCU_HS_FAST_DEPTH_INTRA_E0238 1 // Fast DMM and RBC Mode Selection186 #define SCU_HS_FAST_DEPTH_INTRA_E0238_HHIFIX 1 // Fast DMM and RBC Mode Selection 187 187 #endif 188 188
Note: See TracChangeset for help on using the changeset viewer.