Searched refs:LenPriceEnc_UpdateTables (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 979 Z7_NO_INLINE static void Z7_FASTCALL LenPriceEnc_UpdateTables(
in LenPriceEnc_UpdateTables() function 2643 LenPriceEnc_UpdateTables(&p->lenEnc, 1 << p->pb, &p->lenProbs, p->ProbPrices);
in LzmaEnc_CodeOneBlock() 2651 LenPriceEnc_UpdateTables(&p->lenEnc, (unsigned)1 << p->pb, &p->lenProbs, p->ProbPrices);
in LzmaEnc_CodeOneBlock() 2656 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigned)1 << p->pb, &p->repLenProbs, p->ProbPrices);
in LzmaEnc_CodeOneBlock() 2847 LenPriceEnc_UpdateTables(&p->lenEnc, (unsigned)1 << p->pb, &p->lenProbs, p->ProbPrices);
in LzmaEnc_InitPrices() 2848 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigned)1 << p->pb, &p->repLenProbs, p->ProbPrices);
in LzmaEnc_InitPrices()
|
Completed in 5 milliseconds