Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_internal.h199 ZSTD_optimal_t *priceTable; member
H A 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()
H A 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()