Changeset 572 in 3DVCSoftware
- Timestamp:
- 14 Aug 2013, 20:15:29 (11 years ago)
- Location:
- branches/HTM-DEV-2.0-dev3-SCU-Hisilicon
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon/TComPrediction.cpp
r554 r572 2140 2140 iDC += piRefBlkY[k]; 2141 2141 } 2142 #if SCU_HS_DMM4_REMOVE_DIV_E0242 2143 iDC = iDC >> (6 - pcCU->getDepth(0))*2; 2144 #else 2142 2145 iDC /= (uiWidth*uiHeight); 2146 #endif 2143 2147 piRefBlkY = cTempYuv.getLumaAddr(); 2144 2148 -
branches/HTM-DEV-2.0-dev3-SCU-Hisilicon/source/Lib/TLibCommon/TypeDef.h
r561 r572 180 180 // HHI_DEPTH_INTRA_SEARCH_RAU_C0160 181 181 // LG_ZEROINTRADEPTHRESI_A0087 182 #define SCU_HS_DMM4_REMOVE_DIV_E0242 1 // DMM4 Division Removal 182 183 #if H_3D_DIM_SDC 183 184 #define LGE_SDC_REMOVE_DC_E0158 1 // Removal of DC mode from SDC
Note: See TracChangeset for help on using the changeset viewer.