Searched refs:LL_PRICE (Results 1 – 1 of 1) sorted by relevance
1072 #define LL_PRICE(_l) (int)ZSTD_litLengthPrice(_l, optStatePtr, optLevel) macro1073 #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()