Ignore:
Timestamp:
20 Jun 2013, 12:32:01 (11 years ago)
Author:
rwth
Message:
  • code cleanup for H_3D_DIM_DLT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSbac.cpp

    r467 r485  
    630630      {
    631631        uiAbsIdx -= uiPrefixThreshold;
    632         UInt uiSuffixLength = ( (UInt)ceil( Log2(uiNumDepthValues - uiPrefixThreshold) ) );
     632        UInt uiSuffixLength = numBitsForValue(uiNumDepthValues - uiPrefixThreshold);
    633633        UInt uiBitInfo = 0;
    634634        for ( Int i = 0; i < uiSuffixLength; i++)
Note: See TracChangeset for help on using the changeset viewer.