Searched defs:repLenEnc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c270 CLenPriceEnc repLenEnc; member in struct:__anon1992
335 CLenPriceEnc repLenEnc; member in struct:_CLzmaEnc
365 dest->repLenEnc = p->repLenEnc;
391 dest->repLenEnc = p->repLenEnc;
907 return p->repLenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN] +
1079 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1345 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2];
1375 price + p->repLenEnc
[all...]

Completed in 86 milliseconds