Searched refs:repLenEnc (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 476 CLenPriceEnc repLenEnc;
member 1359 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen);
in GetOptimum() 1700 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len);
in GetOptimum() 1747 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, len2);
in GetOptimum() 1780 price += GET_PRICE_LEN(&p->repLenEnc, posState, len)
in GetOptimum() 1809 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
in GetOptimum() 1930 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
in GetOptimum() 2656 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigned)1 << p->pb, &p->repLenProbs, p->ProbPrices);
in LzmaEnc_CodeOneBlock() 2842 p->repLenEnc.tableSize =
in LzmaEnc_InitPrices() 2848 LenPriceEnc_UpdateTables(&p->repLenEnc, (unsigne in LzmaEnc_InitPrices() [all...] |
Completed in 5 milliseconds