Searched refs:priceType (Results 1 - 2 of 2) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h174 ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost structure */ member in struct:__anon194
H A Dzstd_opt.c130 optPtr->priceType = zop_dynamic;
135 optPtr->priceType = zop_predef;
141 optPtr->priceType = zop_dynamic;
254 if (optPtr->priceType == zop_predef)
273 if (optPtr->priceType == zop_predef)
308 if (optPtr->priceType == zop_predef) /* fixed scheme, do not use statistics */

Completed in 413 milliseconds