Home | History | Annotate | Download | only in libspeex

Lines Matching full:buff

72    float *buff;
96 st->buff = speex_alloc(channels*2*frame_size*sizeof(float));
156 float *buff;
162 buff = st->buff+ch*2*st->frame_size;
169 buff[i] = buff[i+st->frame_size];
171 buff[i+st->frame_size] = in[i*st->channels+ch];
173 x = buff+st->frame_size;
229 frame[i] = buff[i];
232 compute_curve(st->psy, buff, st->curve);
281 speex_free(st->buff);