Function report |
Source Code:lib\zstd\huf_decompress.c |
Create Date:2022-07-28 07:06:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:HUF_fillDTableX4Level2() :* `rankValOrigin` must be a table of at least (HUF_TABLELOG_MAX + 1) U32
Proto:static void HUF_fillDTableX4Level2(HUF_DEltX4 *DTable, U32 sizeLog, const U32 consumed, const U32 *rankValOrigin, const int minWeight, const sortedSymbol_t *sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
HUF_DEltX4 * | DTable | |
U32 | sizeLog | |
const U32 | consumed | |
const U32 * | rankValOrigin | |
const int | minWeight | |
const sortedSymbol_t * | sortedSymbols | |
const U32 | sortedListSize | |
U32 | nbBitsBaseline | |
U16 | baseSeq |
401 | No 3D Now!(rankVal, rankValOrigin, size of rankVal ) |
404 | If minWeight > 1 Then |
406 | ZSTD_writeLE16( & (sequence), baseSeq) |
408 | length = 1 |
416 | When s < sortedListSize cycle |
419 | nbBits = nbBitsBaseline - weight |
425 | ZSTD_writeLE16( & (sequence), (U16)(baseSeq + (symbol << 8))) |
427 | length = 2 |
428 | Do |
Name | Describe |
---|---|
HUF_fillDTableX4 |
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 |