Ignore:
Timestamp:
20 Jun 2013, 12:32:01 (11 years ago)
Author:
rwth
Message:
  • code cleanup for H_3D_DIM_DLT
Location:
branches/HTM-DEV-0.3-dev1/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r467 r485  
    987987              free(aiIdx2DepthValue);
    988988            }
    989             else
    990               pcVPS->setDepthLUTs(i);
    991989          }
    992           else
    993             pcVPS->setDepthLUTs(i);
    994990#endif
    995991        }
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibDecoder/TDecSbac.cpp

    r467 r485  
    565565    if ( uiCount == uiPrefixThreshold )
    566566    {
    567       for ( UInt ui = 0; ui < ( (UInt)ceil( Log2(uiNumDepthValues - uiPrefixThreshold) ) ); ui++ )
     567      for ( UInt ui = 0; ui < numBitsForValue(uiNumDepthValues - uiPrefixThreshold); ui++ )
    568568      {
    569569        m_pcTDecBinIf->decodeBinEP( uiBit );
Note: See TracChangeset for help on using the changeset viewer.