Searched refs:repeatMode (Results 1 - 6 of 6) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_opt.c139 if (optPtr->symbolCosts->huf.repeatMode == HUF_repeat_valid) {
H A Dzstd_compress_sequences.c158 FSE_repeat* repeatMode, unsigned const* count, unsigned const max,
167 *repeatMode = FSE_repeat_none;
187 if ( (*repeatMode == FSE_repeat_valid)
201 *repeatMode = FSE_repeat_none;
207 size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC);
213 assert(!(*repeatMode == FSE_repeat_valid && ZSTD_isError(repeatCost)));
222 *repeatMode = FSE_repeat_none;
233 *repeatMode = FSE_repeat_check;
157 ZSTD_selectEncodingType( FSE_repeat* repeatMode, unsigned const* count, unsigned const max, size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, FSE_CTable const* prevCTable, short const* defaultNorm, U32 defaultNormLog, ZSTD_defaultPolicy_e const isDefaultAllowed, ZSTD_strategy const strategy) argument
H A Dzstd_compress_literals.c97 { size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SIZE_MIN;
102 { HUF_repeat repeat = prevHuf->repeatMode;
132 nextHuf->repeatMode = HUF_repeat_check;
H A Dzstd_compress_internal.h61 HUF_repeat repeatMode; member in struct:__anon183
H A Dzstd_compress.c1593 bs->entropy.huf.repeatMode = HUF_repeat_none;
2979 HUF_repeat repeat = prevHuf->repeatMode;
2995 { size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SIZE_MIN;
3057 nextHuf->repeatMode = HUF_repeat_check;
3066 * and updates nextEntropy to the appropriate repeatMode.
4231 bs->entropy.huf.repeatMode = HUF_repeat_check;
4241 bs->entropy.huf.repeatMode = HUF_repeat_valid;
H A Dzstd_compress_sequences.h24 FSE_repeat* repeatMode, unsigned const* count, unsigned const max,

Completed in 371 milliseconds