Searched refs:FSE_buildCTable_wksp (Results 1 - 5 of 5) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_compress_sequences.c265 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropyWorkspace, entropyWorkspaceSize), ""); /* note : could be pre-calculated */
282 FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, wksp->norm, max, tableLog, wksp->wksp, sizeof(wksp->wksp)), "FSE_buildCTable_wksp failed");
H A Dzstd_compress.c4253 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
4267 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
4281 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp(
H A Dhuf_compress.c119 CHECK_F( FSE_buildCTable_wksp(wksp->CTable, wksp->norm, maxSymbolValue, tableLog, wksp->scratchBuffer, sizeof(wksp->scratchBuffer)) );
H A Dfse_compress.c62 /* FSE_buildCTable_wksp() :
67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, function
/linux-master/lib/zstd/common/
H A Dfse.h333 /* FSE_buildCTable_wksp() :
336 * See FSE_buildCTable_wksp() for breakdown of workspace usage.
340 size_t FSE_buildCTable_wksp(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize);

Completed in 306 milliseconds