Home | History | Annotate | Download | only in C

Lines Matching refs:rc

79 int Ppmd7_DecodeSymbol(CPpmd7 *p, IPpmd7_RangeDec *rc)

87 if ((count = rc->GetThreshold(rc, p->MinContext->SummFreq)) < (hiCnt = s->Freq))
90 rc->Decode(rc, 0, s->Freq);
103 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
114 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt);
123 if (rc->DecodeBit(rc, *prob) == 0)
166 count = rc->GetThreshold(rc, freqSum);
174 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
183 rc->Decode(rc, hiCnt, freqSum - hiCnt);