Searched refs:ZSTD_optimal_t (Results 1 – 3 of 3) sorted by relevance
1101 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()
220 } ZSTD_optimal_t; typedef232 … ZSTD_optimal_t* priceTable; /* All positions tracked by optimal parser, of size ZSTD_OPT_SIZE */
1613 + 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()