Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h123 … ZSTD_optimal_t* priceTable; /* All positions tracked by optimal parser, of size ZSTD_OPT_NUM+1 */ member
Dzstd_opt.c951 ZSTD_optimal_t* const opt = optStatePtr->priceTable; in ZSTD_compressBlock_opt_generic()
Dzstd_compress.c1574 …ms->opt.priceTable = (ZSTD_optimal_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZST… in ZSTD_reset_matchState()
/external/zstd/lib/legacy/
Dzstd_v06.c593 ZSTDv06_optimal_t* priceTable; member
Dzstd_v07.c2828 ZSTDv07_optimal_t* priceTable; member