Searched refs:lenEnc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c269 CLenPriceEnc lenEnc; member in struct:__anon1992
334 CLenPriceEnc lenEnc; member in struct:_CLzmaEnc
364 dest->lenEnc = p->lenEnc;
390 dest->lenEnc = p->lenEnc;
1105 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
1432 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];
1624 LenEnc_Encode2(&p->lenEnc, &p->rc, len - LZMA_MATCH_LEN_MIN, posState, !p->fastMode, p->ProbPrices);
1857 LenEnc_Encode2(&p->lenEnc,
[all...]

Completed in 64 milliseconds