Lines Matching defs:enc
982 const CLenEnc *enc,
988 unsigned prob = enc->low[0];
993 c = b + GET_PRICEa_0(enc->low[kLenNumLowSymbols]);
997 const CLzmaProb *probs = enc->low + (posState << (1 + kLenNumLowBits));
1007 a = GET_PRICEa_0(enc->low[0]);
1010 a = GET_PRICEa_1(enc->low[0]);
1011 b = a + GET_PRICEa_0(enc->low[kLenNumLowSymbols]);
1014 a += GET_PRICEa_1(enc->low[kLenNumLowSymbols]);
1026 const CLzmaProb *probs = enc->high;
1030 b += GET_PRICEa_1(enc->low[kLenNumLowSymbols]);
1035 // RcTree_GetPrice(enc->high, kLenNumHighBits, i - kLenNumLowSymbols * 2, ProbPrices);