Searched refs:priceType (Results 1 – 2 of 2) sorted by relevance
122 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()127 optPtr->priceType = zop_predef; in ZSTD_rescaleFreqs()133 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()236 if (optPtr->priceType == zop_predef) in ZSTD_rawLiteralsCost()254 if (optPtr->priceType == zop_predef) return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()279 if (optPtr->priceType == zop_predef) /* fixed scheme, do not use statistics */ in ZSTD_getMatchPrice()
127 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost… member