Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c440 U32 maxV = 0, maxC = 0; in FSE_normalizeM2() local
442 if (count[s] > maxC) { maxV=s; maxC=count[s]; } in FSE_normalizeM2()
443 norm[maxV] += (short)ToDistribute; in FSE_normalizeM2()