Lines Matching refs:see
197 CPpmd_See *see;
220 // see = Ppmd7_MakeEscFreq(p, numMasked, &escFreq);
225 see = p->See[(unsigned)p->NS2Indx[(size_t)nonMasked - 1]]
231 // if (see->Summ) field is larger than 16-bit, we need only low 16 bits of Summ
232 unsigned summ = (UInt16)see->Summ; // & 0xFFFF
233 unsigned r = (summ >> see->Shift);
234 see->Summ = (UInt16)(summ - r);
240 see = &p->DummySee;
258 Ppmd_See_UPDATE(see)
293 see->Summ = (UInt16)(see->Summ + total);