Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c1101 ZSTD_optimal_t* const opt = optStatePtr->priceTable; in ZSTD_compressBlock_opt_generic()
1103 ZSTD_optimal_t lastStretch; in ZSTD_compressBlock_opt_generic()
1106 ZSTD_memset(&lastStretch, 0, sizeof(ZSTD_optimal_t)); in ZSTD_compressBlock_opt_generic()
1213 ZSTD_optimal_t const prevMatch = opt[cur]; in ZSTD_compressBlock_opt_generic()
1397 ZSTD_optimal_t nextStretch = opt[stretchPos]; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress_internal.h220 } ZSTD_optimal_t; typedef
232ZSTD_optimal_t* priceTable; /* All positions tracked by optimal parser, of size ZSTD_OPT_SIZE */
H A Dzstd_compress.c1613 + ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_optimal_t)); in ZSTD_sizeof_matchState()
1987 …ms->opt.priceTable = (ZSTD_optimal_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD… in ZSTD_reset_matchState()