Function report |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-28 07:02:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:provides the minimum logSize to safely represent a distribution
Proto:static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | srcSize | |
unsigned | maxSymbolValue |
487 | minBitsSrc = -*************************************************************** Internal functions + 1 |
488 | minBitsSymbols = -*************************************************************** Internal functions + 2 |
489 | minBits = If minBitsSrc < minBitsSymbols Then minBitsSrc Else minBitsSymbols |
490 | Return minBits |
Name | Describe |
---|---|
FSE_optimalTableLog_internal | |
FSE_normalizeCount |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |