Function report |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-28 07:02:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FSE_optimalTableLog_internal
Proto:unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue, unsigned minus)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | maxTableLog | |
size_t | srcSize | |
unsigned | maxSymbolValue | |
unsigned | minus |
495 | maxBitsSrc = -*************************************************************** Internal functions - minus |
496 | tableLog = maxTableLog |
498 | If tableLog == 0 Then tableLog = FSE_DEFAULT_TABLELOG |
500 | If maxBitsSrc < tableLog Then tableLog = maxBitsSrc |
504 | If tableLog < FSE_MIN_TABLELOG Then tableLog = FSE_MIN_TABLELOG |
508 | Return tableLog |
Name | Describe |
---|---|
FSE_optimalTableLog | |
HUF_optimalTableLog | Utils |
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 |