Function report |
Source Code:lib\zstd\huf_decompress.c |
Create Date:2022-07-28 07:06:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:HUF_fillDTableX4
Proto:static void HUF_fillDTableX4(HUF_DEltX4 *DTable, const U32 targetLog, const sortedSymbol_t *sortedList, const U32 sortedListSize, const U32 *rankStart, rankVal_t rankValOrigin, const U32 maxWeight, const U32 nbBitsBaseline)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
HUF_DEltX4 * | DTable | |
const U32 | targetLog | |
const sortedSymbol_t * | sortedList | |
const U32 | sortedListSize | |
const U32 * | rankStart | |
rankVal_t | rankValOrigin | |
const U32 | maxWeight | |
const U32 | nbBitsBaseline |
444 | scaleLog = nbBitsBaseline - targetLog |
445 | minBits = nbBitsBaseline - maxWeight |
448 | No 3D Now!(rankVal, rankValOrigin, size of rankVal ) |
451 | When s < sortedListSize cycle |
454 | nbBits = nbBitsBaseline - weight |
463 | sortedRank = rankStart[minWeight] |
466 | Else |
468 | ZSTD_writeLE16( & (sequence), symbol) |
470 | length = 1 |
Name | Describe |
---|---|
HUF_readDTableX4_wksp |
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 |