Lines Matching refs:in_stride
143 int in_stride; member
759 st->in_stride = 1; in speex_resampler_init_frac()
860 const int istride = st->in_stride; in speex_resampler_process_int()
896 const int istride_save = st->in_stride; in speex_resampler_process_float()
968 istride_save = st->in_stride; in speex_resampler_process_interleaved_float()
970 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_float()
979 st->in_stride = istride_save; in speex_resampler_process_interleaved_float()
989 istride_save = st->in_stride; in speex_resampler_process_interleaved_int()
991 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_int()
1000 st->in_stride = istride_save; in speex_resampler_process_interleaved_int()
1080 st->in_stride = stride; in speex_resampler_set_input_stride()
1085 *stride = st->in_stride; in speex_resampler_get_input_stride()