Searched refs:accuracyLog (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 570 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument 576 assert(accuracyLog < 31-tableLog); /* ensure enough room for renormalization double shift */ in FSE_bitCost() 579 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost() 580 U32 const bitMultiplier = 1 << accuracyLog; in FSE_bitCost()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.h | 52 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog,
|
| H A D | zstd_compress_sequences.c | 137 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog, in ZSTD_crossEntropyCost() argument 140 unsigned const shift = 8 - accuracyLog; in ZSTD_crossEntropyCost() 143 assert(accuracyLog <= 8); in ZSTD_crossEntropyCost()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2013 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument 2019 assert(accuracyLog < 31-tableLog); /* ensure enough room for renormalization double shift */ in FSE_bitCost() 2022 …U32 const normalizedDeltaFromThreshold = (deltaFromThreshold << accuracyLog) >> tableLog; /* lin… in FSE_bitCost() 2023 U32 const bitMultiplier = 1 << accuracyLog; in FSE_bitCost() 11265 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog, 11378 size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog, in ZSTD_crossEntropyCost() argument 11381 unsigned const shift = 8 - accuracyLog; in ZSTD_crossEntropyCost() 11384 assert(accuracyLog <= 8); in ZSTD_crossEntropyCost()
|