Searched refs:FSE_MAX_SYMBOL_VALUE (Results 1 – 7 of 7) sorted by relevance
84 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable_internal()321 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress_wksp_body()323 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress_wksp_body()380 U32 wksp[FSE_BUILD_DTABLE_WKSP_SIZE_U32(FSE_TABLELOG_ABSOLUTE_MAX, FSE_MAX_SYMBOL_VALUE)]; in FSE_buildDTable()387 U32 wksp[FSE_DECOMPRESS_WKSP_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_SYMBOL_VALUE)]; in FSE_decompress()
678 #ifndef FSE_MAX_SYMBOL_VALUE679 # define FSE_MAX_SYMBOL_VALUE 255 macro
642 unsigned count[FSE_MAX_SYMBOL_VALUE+1]; in FSE_compress_wksp()643 S16 norm[FSE_MAX_SYMBOL_VALUE+1]; in FSE_compress_wksp()652 if (!maxSymbolValue) maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_compress_wksp()684 FSE_CTable CTable_max[FSE_CTABLE_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_SYMBOL_VALUE)];694 …of(scratchBuffer) >= FSE_COMPRESS_WKSP_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_SYMBOL_VALUE)); /* com… in FSE_compress2()701 … return FSE_compress2(dst, dstCapacity, src, srcSize, FSE_MAX_SYMBOL_VALUE, FSE_DEFAULT_TABLELOG); in FSE_compress()
112 #define FSE_MAX_SYMBOL_VALUE 255 macro408 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable()416 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return (size_t)-FSE_ERROR_maxSymbolValue_tooLarge; in FSE_buildDTable()905 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress()908 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress()
1000 #define FSE_MAX_SYMBOL_VALUE 255 macro1109 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable()1117 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable()1429 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress()1432 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress()
983 #define FSE_MAX_SYMBOL_VALUE 255 macro1085 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable()1093 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable()1411 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress()1414 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress()
999 #define FSE_MAX_SYMBOL_VALUE 255 macro1108 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable()1116 if (maxSymbolValue > FSE_MAX_SYMBOL_VALUE) return ERROR(maxSymbolValue_tooLarge); in FSE_buildDTable()1428 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress()1431 unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; in FSE_decompress()