Home
last modified time | relevance | path

Searched refs:proba (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c462 short proba = (short)((count[s]*step) >> scale); in FSE_normalizeCount() local
463 if (proba<8) { in FSE_normalizeCount()
464 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount()
465 proba += (count[s]*step) - ((U64)proba<<scale) > restToBeat; in FSE_normalizeCount()
467 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount()
468 normalizedCounter[s] = proba; in FSE_normalizeCount()
469 stillToDistribute -= proba; in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c501 short proba = (short)((count[s]*step) >> scale); in FSE_normalizeCount() local
502 if (proba<8) { in FSE_normalizeCount()
503 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount()
504 proba += (count[s]*step) - ((U64)proba<<scale) > restToBeat; in FSE_normalizeCount()
506 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount()
507 normalizedCounter[s] = proba; in FSE_normalizeCount()
508 stillToDistribute -= proba; in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c2253 const i16 proba = (i16)val - 1; in FSE_decode_header() local
2259 remaining -= proba < 0 ? -proba : proba; in FSE_decode_header()
2261 frequencies[symb] = proba; in FSE_decode_header()
2268 if (proba == 0) { in FSE_decode_header()
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt1233 have state already. If anything else comes in, it's proba-