Searched refs:scratchBuffer (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | fse_compress.c | 642 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp() local 652 …{ CHECK_V_F(maxCount, HIST_count_wksp(count, &maxSymbolValue, src, srcSize, scratchBuffer, scrat… in FSE_compress_wksp() 667 …CHECK_F( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, scratchBuffer… in FSE_compress_wksp() 681 BYTE scratchBuffer[1 << FSE_MAX_TABLELOG]; member 686 fseWkspMax_t scratchBuffer; in FSE_compress2() local 687 …DEBUG_STATIC_ASSERT(sizeof(scratchBuffer) >= FSE_WKSP_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_SYMBOL_VA… in FSE_compress2() 689 …p(dst, dstCapacity, src, srcSize, maxSymbolValue, tableLog, &scratchBuffer, sizeof(scratchBuffer)); in FSE_compress2()
|
H A D | huf_compress.c | 73 BYTE scratchBuffer[1<<MAX_FSE_TABLELOG_FOR_HUFF_HEADER]; in HUF_compressWeights() local 96 …E_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, sizeof(scratchBuffer)) ); in HUF_compressWeights()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 682 void* scratchBuffer = (void*)(CTable + CTableSize); in FSE_compress_wksp() local 692 …{ CHECK_V_F(maxCount, HIST_count_wksp(count, &maxSymbolValue, src, srcSize, scratchBuffer, scrat… in FSE_compress_wksp() 707 …CHECK_F( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, scratchBuffer… in FSE_compress_wksp() 723 BYTE scratchBuffer[1 << FSE_MAX_TABLELOG]; member 729 fseWkspMax_t scratchBuffer; in FSE_compress2() local 730 …DEBUG_STATIC_ASSERT(sizeof(scratchBuffer) >= FSE_COMPRESS_WKSP_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_… in FSE_compress2() 732 …p(dst, dstCapacity, src, srcSize, maxSymbolValue, tableLog, &scratchBuffer, sizeof(scratchBuffer)); in FSE_compress2()
|
H A D | huf_compress.c | 87 …U32 scratchBuffer[FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(HUF_TABLELOG_MAX, MAX_FSE_TABLELOG_FOR_HUFF_… member 122 …sp->CTable, wksp->norm, maxSymbolValue, tableLog, wksp->scratchBuffer, sizeof(wksp->scratchBuffer)… in HUF_compressWeights()
|