Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c290 CLenEnc lenProbs; member
374 CLenEnc lenProbs; member
404 dest->lenProbs = p->lenProbs; in LzmaEnc_SaveState()
430 dest->lenProbs = p->lenProbs; in LzmaEnc_RestoreState()
2011 LenEnc_Encode(&p->lenProbs, &p->rc, 0, posState); in WriteEndMarker()
2424 LenEnc_Encode(&p->lenProbs, &p->rc, len - LZMA_MATCH_LEN_MIN, posState); in LzmaEnc_CodeOneBlock()
2524 LenPriceEnc_UpdateTables(&p->lenEnc, 1 << p->pb, &p->lenProbs, p->ProbPrices); in LzmaEnc_CodeOneBlock()
2665 LenEnc_Init(&p->lenProbs); in LzmaEnc_Init()
2697 LenPriceEnc_UpdateTables(&p->lenEnc, 1 << p->pb, &p->lenProbs, p->ProbPrices); in LzmaEnc_InitPrices()