Changeset 485 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source/Lib/TLibDecoder/TDecSbac.cpp
- Timestamp:
- 20 Jun 2013, 12:32:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/Lib/TLibDecoder/TDecSbac.cpp
r467 r485 565 565 if ( uiCount == uiPrefixThreshold ) 566 566 { 567 for ( UInt ui = 0; ui < ( (UInt)ceil( Log2(uiNumDepthValues - uiPrefixThreshold) )); ui++ )567 for ( UInt ui = 0; ui < numBitsForValue(uiNumDepthValues - uiPrefixThreshold); ui++ ) 568 568 { 569 569 m_pcTDecBinIf->decodeBinEP( uiBit );
Note: See TracChangeset for help on using the changeset viewer.