Changeset 422 in 3DVCSoftware for branches/HTM-6.2-dev2-MERL/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 20 May 2013, 01:51:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev2-MERL/source/Lib/TLibCommon/TComPrediction.cpp
r420 r422 50 50 #endif 51 51 52 #if MERL_General_Fix 52 53 #if MERL_VSP_C0152 53 54 #if MERL_CVSP_D0165 54 55 Int TComPrediction::m_iRangeLuma[12] = {14, 34, 21, 15, 36, 26, 21, 49, 41, 36, 80, 72}; 55 56 Int TComPrediction::m_iRangeChroma[12] = { 2, 8, 5, 4, 11, 9, 8, 19, 17, 15, 34, 32}; 57 #endif 56 58 #endif 57 59 #endif … … 1864 1866 #endif 1865 1867 1868 #if MERL_General_Fix 1866 1869 #if MERL_VSP_BLOCKSIZE_C0152 == 1 1867 1870 #if MERL_CVSP_D0165 … … 1934 1937 #endif 1935 1938 #endif 1939 #endif 1936 1940 1937 1941 #if MERL_VSP_BLOCKSIZE_C0152 != 1 … … 2062 2066 Int dstStrideBlock = dstStride * nTxtPerDepthY; 2063 2067 Int depStrideBlock = depStride * nDepthPerTxtY; 2068 2069 #if !MERL_Bi_VSP_D0166 2070 if (isDepth) 2071 { 2072 // DT: Since the call for this function is redundant, .. 2073 for (Int y = 0; y < sizeY; y++) 2074 { 2075 for (Int x = 0; x < sizeX; x++) 2076 { 2077 dstCb[x] = 128; 2078 dstCr[x] = 128; 2079 } 2080 dstCb += dstStride; 2081 dstCr += dstStride; 2082 } 2083 return; 2084 } 2085 #endif 2064 2086 2065 2087 if ( widthChroma > widthDepth ) // We assume … … 2150 2172 2151 2173 2174 #if MERL_General_Fix 2152 2175 #if MERL_VSP_BLOCKSIZE_C0152 == 1 2153 2176 #if MERL_CVSP_D0165 … … 2216 2239 #endif 2217 2240 #endif 2241 #endif 2218 2242 2219 2243 // (sizeX, sizeY) is Chroma block size
Note: See TracChangeset for help on using the changeset viewer.