Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c379 CLenEnc repLenProbs; member
469 CLenEnc repLenProbs; member
514 (d)->repLenProbs = (s)->repLenProbs; \
2539 LenEnc_Encode(&p->repLenProbs, &p->rc, len - LZMA_MATCH_LEN_MIN, posState); in LzmaEnc_CodeOneBlock()
2656 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigned)1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_CodeOneBlock()
2814 LenEnc_Init(&p->repLenProbs); in LzmaEnc_Init()
2848 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigned)1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_InitPrices()

Completed in 5 milliseconds