Searched refs:LL_INCPRICE (Results 1 – 1 of 1) sorted by relevance
1073 #define LL_INCPRICE(_l) (LL_PRICE(_l) - LL_PRICE(_l-1)) macro1210 + LL_INCPRICE(litlen); in ZSTD_compressBlock_opt_generic()1222 && (LL_INCPRICE(1) < 0) /* ll1 is cheaper than ll0 */ in ZSTD_compressBlock_opt_generic()1226 int with1literal = prevMatch.price + LIT_PRICE(ip+cur) + LL_INCPRICE(1); in ZSTD_compressBlock_opt_generic()1227 int withMoreLiterals = price + LIT_PRICE(ip+cur) + LL_INCPRICE(litlen+1); in ZSTD_compressBlock_opt_generic()