Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c159 U16* segmentFreqs) { in FASTCOVER_selectSegment() argument
184 if (segmentFreqs[idx] == 0) { in FASTCOVER_selectSegment()
189 segmentFreqs[idx] += 1; in FASTCOVER_selectSegment()
194 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()
196 if (segmentFreqs[delIndex] == 0) { in FASTCOVER_selectSegment()
212 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()
404 U16* segmentFreqs) in FASTCOVER_buildDictionary() argument
425 ctx, freqs, epochBegin, epochEnd, parameters, segmentFreqs); in FASTCOVER_buildDictionary()
482 U16* segmentFreqs = (U16*)calloc(((U64)1 << ctx->f), sizeof(U16)); in FASTCOVER_tryParameters() local
487 if (!segmentFreqs || !dict || !freqs) { in FASTCOVER_tryParameters()
[all …]