Searched refs:LIT_PRICE (Results 1 – 1 of 1) sorted by relevance
1071 #define LIT_PRICE(_p) (int)ZSTD_rawLiteralsCost(_p, 1, optStatePtr, optLevel) macro1209 + LIT_PRICE(ip+cur-1) 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()