Lines Matching refs:mtfv
584 UInt16* mtfv;
3555 UInt16* mtfv = s->mtfv;
3581 mtfv[wr] = BZ_RUNB; wr++;
3584 mtfv[wr] = BZ_RUNA; wr++;
3609 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3619 mtfv[wr] = BZ_RUNB; wr++;
3622 mtfv[wr] = BZ_RUNA; wr++;
3631 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3662 UInt16* mtfv = s->mtfv;
3768 icv = mtfv[gs+(nn)]; \
3793 UInt16 icv = mtfv[i];
3816 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++
3834 s->rfreq[bt][ mtfv[i] ]++;
3966 mtfv_i = mtfv[gs+(nn)]; \
3988 s->len [s->selector[selCtr]] [mtfv[i]],
3989 s->code [s->selector[selCtr]] [mtfv[i]] );
4550 s->mtfv = (UInt16*)s->arr1;