Lines Matching refs:Xs
113 float **Xs;
561 X = u->Xs[c][a_i];
925 profile[0] = u->Xs[a_i][channel];
963 state[c * CHANNEL_PROFILE_SIZE(u)] = u->Xs[c][a_i];
1005 u->Xs[channel][a_i] = profile[0];
1046 u->Xs[c][a_i] = state[c * CHANNEL_PROFILE_SIZE(u)];
1167 u->Xs = pa_xnew0(float *, u->channels);
1171 u->Xs[c] = pa_xnew0(float, 2);
1302 u->Xs[c][a_i] = 1.0f;
1395 pa_xfree(u->Xs[c]);
1400 pa_xfree(u->Xs);
1883 u->Xs[r_channel][a_i] = preamp;
1890 u->Xs[c][b_i] = preamp;
1952 preamp = u->Xs[r_channel][a_i];
1979 *preamp = u->Xs[r_channel][a_i];
2031 u->Xs[r_channel][a_i] = (float) preamp;
2040 u->Xs[c][b_i] = u->Xs[r_channel][a_i];