Home
last modified time | relevance | path

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

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_parser_optimal.h15 return Lizard_get_price_LIZv1(ctx, rep, ip, off24pos, litLength, offset, matchLength); in Lizard_get_price()
34 const BYTE* off24pos; member
389 price = Lizard_get_price(ctx, ctx->last_off, ip, ctx->off24pos, llen, 0, mlen); in Lizard_compress_optimalPrice()
431 …price = Lizard_get_price(ctx, ctx->last_off, ip, ctx->off24pos, llen + litlen, matches[i].off, mle… in Lizard_compress_optimalPrice()
442 opt[0].off24pos = ctx->off24pos; in Lizard_compress_optimalPrice()
459 … price = Lizard_get_price(ctx, ctx->last_off, inr, ctx->off24pos, llen + litlen, 0, 0); in Lizard_compress_optimalPrice()
464 …ice = opt[cur - 1].price + Lizard_get_price(ctx, opt[cur-1].rep, inr, ctx->off24pos, litlen, 0, 0); in Lizard_compress_optimalPrice()
485 opt[cur].off24pos = opt[cur-mlen].off24pos; in Lizard_compress_optimalPrice()
489 … opt[cur].off24pos = (offset >= LIZARD_MAX_16BIT_OFFSET) ? inr : opt[cur-mlen].off24pos; in Lizard_compress_optimalPrice()
494 opt[cur].off24pos = opt[cur-1].off24pos; in Lizard_compress_optimalPrice()
[all …]
H A Dlizard_parser_lowestprice.h16 …ctx, last_off, ip, ctx->off24pos, sum - common, (U32)off, common) <= Lizard_get_price_LIZv1(ctx, l… in Lizard_more_profitable()
25 …LIZv1(ctx, last_off, ip, ctx->off24pos, 0, (U32)off, common) < Lizard_get_price_LIZv1(ctx, last_of… in Lizard_better_price()
319 …price = (int)Lizard_get_price_LIZv1(ctx, ctx->last_off, ip, ctx->off24pos, ip - anchor, (off0 == c… in Lizard_compress_lowestPrice()
324 …price += Lizard_get_price_LIZv1(ctx, ctx->last_off, pos, ctx->off24pos, 0, (off1 == off0) ? 0 : (o… in Lizard_compress_lowestPrice()
326 … price += Lizard_get_price_LIZv1(ctx, ctx->last_off, pos, ctx->off24pos, common1, 0, 0); in Lizard_compress_lowestPrice()
334 …price = Lizard_get_price_LIZv1(ctx, ctx->last_off, ip, ctx->off24pos, start2 - anchor, (off1 == ct… in Lizard_compress_lowestPrice()
H A Dlizard_compress_liz.h120 ctx->off24pos = *ip; in Lizard_encodeSequence_LIZv1()
186 …_LIZv1(Lizard_stream_t* const ctx, int rep, const BYTE *ip, const BYTE *off24pos, size_t litLength… in Lizard_get_price_LIZv1() argument
222 (void)off24pos; in Lizard_get_price_LIZv1()
H A Dlizard_common.h162 const BYTE* off24pos; member
H A Dlizard_compress.c490 ctx->srcBase = ctx->off24pos = ip; in Lizard_compress_generic()