Lines Matching refs:HUF_CElt
109 const HUF_CElt* CTable, unsigned maxSymbolValue, unsigned huffLog) in HUF_writeCTable()
144 size_t HUF_readCTable (HUF_CElt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSi… in HUF_readCTable()
195 const HUF_CElt* table = (const HUF_CElt*)symbolTable; in HUF_getNbBits()
472 static void HUF_buildCTableFromTree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32… in HUF_buildCTableFromTree()
494 size_t HUF_buildCTable_wksp (HUF_CElt* tree, const unsigned* count, U32 maxSymbolValue, U32 maxNbBi… in HUF_buildCTable_wksp()
525 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize()
535 int HUF_validateCTable(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbolValue) { in HUF_validateCTable()
547 HUF_encodeSymbol(BIT_CStream_t* bitCPtr, U32 symbol, const HUF_CElt* CTable) in HUF_encodeSymbol()
563 const HUF_CElt* CTable) in HUF_compress1X_usingCTable_internal_body()
612 const HUF_CElt* CTable) in HUF_compress1X_usingCTable_internal_bmi2()
620 const HUF_CElt* CTable) in HUF_compress1X_usingCTable_internal_default()
628 const HUF_CElt* CTable, const int bmi2) in HUF_compress1X_usingCTable_internal()
641 const HUF_CElt* CTable, const int bmi2) in HUF_compress1X_usingCTable_internal()
649 …s1X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const HUF_CElt* CTable) in HUF_compress1X_usingCTable()
658 const HUF_CElt* CTable, int bmi2) in HUF_compress4X_usingCTable_internal()
708 …s4X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const HUF_CElt* CTable) in HUF_compress4X_usingCTable()
718 HUF_nbStreams_e nbStreams, const HUF_CElt* CTable, const int bmi2) in HUF_compressCTable_internal()
734 HUF_CElt CTable[HUF_SYMBOLVALUE_MAX + 1];
746 HUF_CElt* oldHufTable, HUF_repeat* repeat, int preferRepeat, in HUF_compress_internal()
802 sizeof(table->CTable) - ((maxSymbolValue + 1) * sizeof(HUF_CElt))); in HUF_compress_internal()
845 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2) in HUF_compress1X_repeat()
874 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2) in HUF_compress4X_repeat()
887 size_t HUF_buildCTable (HUF_CElt* tree, const unsigned* count, unsigned maxSymbolValue, unsigned ma… in HUF_buildCTable()