Ignore:
Timestamp:
14 Nov 2012, 18:24:30 (12 years ago)
Author:
rwth
Message:
  • added bug fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-RWTH-Fix/source/Lib/TLibCommon/TComSlice.cpp

    r181 r183  
    15911591  {
    15921592    m_uiNumDepthmapValues = uiMaxDepthValue+1;
    1593     m_uiBitsPerDepthValue = (UInt)ceil(log2f(m_uiNumDepthmapValues));
     1593    m_uiBitsPerDepthValue = (UInt)ceil(Log2(m_uiNumDepthmapValues));
    15941594   
    15951595    m_uiDepthValue2Idx    = (UInt*) xMalloc(UInt, m_uiNumDepthmapValues);
Note: See TracChangeset for help on using the changeset viewer.