11#ifndef ZSTD_COMPRESS_SEQUENCES_H
12#define ZSTD_COMPRESS_SEQUENCES_H
24 FSE_repeat* repeatMode,
unsigned const*
count,
unsigned const max,
25 size_t const mostFrequent,
size_t nbSeq,
unsigned const FSELog,
27 short const* defaultNorm,
U32 defaultNormLog,
35 const BYTE* codeTable,
size_t nbSeq,
36 const S16* defaultNorm,
U32 defaultNormLog,
U32 defaultMax,
37 const FSE_CTable* prevCTable,
size_t prevCTableSize,
38 void* entropyWorkspace,
size_t entropyWorkspaceSize);
41 void*
dst,
size_t dstCapacity,
49 unsigned const*
count,
53 unsigned const*
count,
unsigned const max);
_Tp _STLP_CALL norm(const complex< _Tp > &__z)
static _Locale_mask_t ctable[256]
GLuint GLuint GLsizei GLenum type
GLuint GLuint GLsizei count
size_t ZSTD_crossEntropyCost(short const *norm, unsigned accuracyLog, unsigned const *count, unsigned const max)
size_t ZSTD_fseBitCost(FSE_CTable const *ctable, unsigned const *count, unsigned const max)
size_t ZSTD_buildCTable(void *dst, size_t dstCapacity, FSE_CTable *nextCTable, U32 FSELog, symbolEncodingType_e type, unsigned *count, U32 max, const BYTE *codeTable, size_t nbSeq, const S16 *defaultNorm, U32 defaultNormLog, U32 defaultMax, const FSE_CTable *prevCTable, size_t prevCTableSize, void *entropyWorkspace, size_t entropyWorkspaceSize)
symbolEncodingType_e ZSTD_selectEncodingType(FSE_repeat *repeatMode, unsigned const *count, unsigned const max, size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, FSE_CTable const *prevCTable, short const *defaultNorm, U32 defaultNormLog, ZSTD_defaultPolicy_e const isDefaultAllowed, ZSTD_strategy const strategy)
size_t ZSTD_encodeSequences(void *dst, size_t dstCapacity, FSE_CTable const *CTable_MatchLength, BYTE const *mlCodeTable, FSE_CTable const *CTable_OffsetBits, BYTE const *ofCodeTable, FSE_CTable const *CTable_LitLength, BYTE const *llCodeTable, seqDef const *sequences, size_t nbSeq, int longOffsets, int bmi2)