Home | History | Annotate | Download | only in audio

Lines Matching defs:rate

33     struct rate *rate = opaque;
43 ilast = rate->ilast;
51 if (rate->opos_inc == (1ULL + UINT_MAX)) {
71 while (rate->ipos <= (rate->opos >> 32)) {
73 rate->ipos++;
85 t = (rate->opos & UINT_MAX) * (1.f / UINT_MAX);
87 t = (rate->opos & UINT_MAX) / (mixeng_real) UINT_MAX;
92 t = rate->opos & 0xffffffff;
101 rate->opos += rate->opos_inc;
107 rate->ilast = ilast;