Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h189 ZSTD_optimal_t *priceTable; member
Dzstd_opt.h423 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_generic()
720 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_extDict_generic()
Dcompress.c314 zc->seqStore.priceTable = (ZSTD_optimal_t *)ptr; in ZSTD_resetCCtx_advanced()
315 ptr = zc->seqStore.priceTable + ZSTD_OPT_NUM + 1; in ZSTD_resetCCtx_advanced()