Function report |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-28 07:01:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:-*************************************************************** FSE NCount encoding-decoding
Proto:size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | maxSymbolValue | |
unsigned | tableLog |
199 | maxHeaderSize = ( (maxSymbolValue + 1) * tableLog >> 3) + 3 |
200 | Return If maxSymbolValue Then maxHeaderSize Else FSE buffer bounds |
Name | Describe |
---|---|
FSE_writeNCount |
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 |