Changeset 183 in 3DVCSoftware for branches/HTM-4.1-dev2-RWTH-Fix/source/Lib/TLibCommon
- Timestamp:
- 14 Nov 2012, 18:24:30 (12 years ago)
- Location:
- branches/HTM-4.1-dev2-RWTH-Fix/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-RWTH-Fix/source/Lib/TLibCommon/TComSlice.cpp
r181 r183 1591 1591 { 1592 1592 m_uiNumDepthmapValues = uiMaxDepthValue+1; 1593 m_uiBitsPerDepthValue = (UInt)ceil( log2f(m_uiNumDepthmapValues));1593 m_uiBitsPerDepthValue = (UInt)ceil(Log2(m_uiNumDepthmapValues)); 1594 1594 1595 1595 m_uiDepthValue2Idx = (UInt*) xMalloc(UInt, m_uiNumDepthmapValues); -
branches/HTM-4.1-dev2-RWTH-Fix/source/Lib/TLibCommon/TypeDef.h
r181 r183 128 128 #endif 129 129 130 #define RWTH_SDC_DLT_B0036 0// JCT3V-B0036: Simplified Depth Coding + Depth Lookup Table130 #define RWTH_SDC_DLT_B0036 1 // JCT3V-B0036: Simplified Depth Coding + Depth Lookup Table 131 131 #if RWTH_SDC_DLT_B0036 132 132 #define Log2( n ) ( log((double)n) / log(2.0) )
Note: See TracChangeset for help on using the changeset viewer.