Searched refs:rtbTable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_compress.c | 621 U32 const rtbTable[] = {0, 473195, 504333, 520860, 550000, 700000, 750000, 830000}; in FSE_normalizeCount() local 644 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | fse_compress.c | 483 { static U32 const rtbTable[] = { 0, 473195, 504333, 520860, 550000, 700000, 750000, 830000 }; in FSE_normalizeCount() local 503 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount()
|
Completed in 3 milliseconds