Home
last modified time | relevance | path

Searched refs:scratchBufferSize (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dfse_compress.c647 size_t const scratchBufferSize = wkspSize - (CTableSize * sizeof(FSE_CTable)); in FSE_compress_wksp() local
656 …axCount, HIST_count_wksp(count, &maxSymbolValue, src, srcSize, scratchBuffer, scratchBufferSize) ); in FSE_compress_wksp()
671 …( FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, scratchBuffer, scratchBufferSize) ); in FSE_compress_wksp()