Lines Matching refs:in_stride
144 int in_stride; member
816 st->in_stride = 1; in speex_resampler_init_frac()
917 const int istride = st->in_stride; in speex_resampler_process_int()
953 const int istride_save = st->in_stride; in speex_resampler_process_float()
1026 istride_save = st->in_stride; in speex_resampler_process_interleaved_float()
1028 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_float()
1038 st->in_stride = istride_save; in speex_resampler_process_interleaved_float()
1049 istride_save = st->in_stride; in speex_resampler_process_interleaved_int()
1051 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_int()
1061 st->in_stride = istride_save; in speex_resampler_process_interleaved_int()
1141 st->in_stride = stride; in speex_resampler_set_input_stride()
1146 *stride = st->in_stride; in speex_resampler_get_input_stride()