Lines Matching refs:FSE_CTable
67 size_t FSE_buildCTable_wksp(FSE_CTable* ct,
345 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog)
350 return (FSE_CTable*)ZSTD_malloc(size);
353 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); }
536 /* fake FSE_CTable, for raw (uncompressed) input */
537 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits)
569 /* fake FSE_CTable, for rle input (always same symbol) */
570 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue)
595 const FSE_CTable* ct, const unsigned fast)
654 const FSE_CTable* ct)