Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c882 MY_NO_INLINE static void MY_FAST_CALL LenPriceEnc_UpdateTables( in LenPriceEnc_UpdateTables() function
2524 LenPriceEnc_UpdateTables(&p->lenEnc, 1 << p->pb, &p->lenProbs, p->ProbPrices); in LzmaEnc_CodeOneBlock()
2529 LenPriceEnc_UpdateTables(&p->repLenEnc, 1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_CodeOneBlock()
2697 LenPriceEnc_UpdateTables(&p->lenEnc, 1 << p->pb, &p->lenProbs, p->ProbPrices); in LzmaEnc_InitPrices()
2698 LenPriceEnc_UpdateTables(&p->repLenEnc, 1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_InitPrices()