Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_opt.c1072 #define LL_PRICE(_l) (int)ZSTD_litLengthPrice(_l, optStatePtr, optLevel) macro
1073 #define LL_INCPRICE(_l) (LL_PRICE(_l) - LL_PRICE(_l-1))
1151 opt[0].price = LL_PRICE(litlen); in ZSTD_compressBlock_opt_generic()
1192 opt[pos].price = sequencePrice + LL_PRICE(0); in ZSTD_compressBlock_opt_generic()
1278 int const basePrice = previousPrice + LL_PRICE(0); in ZSTD_compressBlock_opt_generic()