Searched refs:repLenEnc (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.c | 382 CLenPriceEnc repLenEnc; member 1254 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen); in GetOptimum() 1595 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len); in GetOptimum() 1642 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, len2); in GetOptimum() 1675 price += GET_PRICE_LEN(&p->repLenEnc, posState, len) in GetOptimum() 1704 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2); in GetOptimum() 1825 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2); in GetOptimum() 2529 LenPriceEnc_UpdateTables(&p->repLenEnc, 1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_CodeOneBlock() 2692 p->repLenEnc.tableSize = in LzmaEnc_InitPrices() 2698 LenPriceEnc_UpdateTables(&p->repLenEnc, 1 << p->pb, &p->repLenProbs, p->ProbPrices); in LzmaEnc_InitPrices()
|