Changeset 914 in 3DVCSoftware for branches/HTM-10.2-dev3-Qualcomm/source/Lib/TLibDecoder
- Timestamp:
- 14 Apr 2014, 08:22:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev3-Qualcomm/source/Lib/TLibDecoder/TDecSbac.cpp
r909 r914 386 386 uiCount++; 387 387 } 388 #if QC_SIMP_DELTADC_CODING_H0131 389 while( uiSymbol && ( uiCount != 3 ) ); 390 #else 388 391 while( uiSymbol && ( uiCount != 13 ) ); 389 392 #endif 390 393 ruiSymbol = uiCount - 1; 391 394
Note: See TracChangeset for help on using the changeset viewer.