• Home
  • Raw
  • Download

Lines Matching refs:nb_channels

123    spx_uint32_t nb_channels;  member
702 if (INT_MAX/sizeof(spx_word16_t)/st->nb_channels < min_alloc_size) in update_filter()
704 …else if (!(mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*min_alloc_size * sizeof(*me… in update_filter()
713 for (i=0;i<st->nb_channels*st->mem_alloc_size;i++) in update_filter()
721 for (i=st->nb_channels;i--;) in update_filter()
760 for (i=0;i<st->nb_channels;i++) in update_filter()
783 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init() argument
785 … return speex_resampler_init_frac(nb_channels, in_rate, out_rate, in_rate, out_rate, quality, err); in speex_resampler_init()
788 EXPORT SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels, spx_uint32_t ratio_… in speex_resampler_init_frac() argument
815 st->nb_channels = nb_channels; in speex_resampler_init_frac()
822 st->last_sample = (spx_int32_t*)speex_alloc(nb_channels*sizeof(spx_int32_t)); in speex_resampler_init_frac()
823 st->magic_samples = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(spx_uint32_t)); in speex_resampler_init_frac()
824 st->samp_frac_num = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(spx_uint32_t)); in speex_resampler_init_frac()
825 for (i=0;i<nb_channels;i++) in speex_resampler_init_frac()
1028 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_float()
1029 for (i=0;i<st->nb_channels;i++) in speex_resampler_process_interleaved_float()
1051 st->in_stride = st->out_stride = st->nb_channels; in speex_resampler_process_interleaved_int()
1052 for (i=0;i<st->nb_channels;i++) in speex_resampler_process_interleaved_int()
1102 for (i=0;i<st->nb_channels;i++) in speex_resampler_set_rate_frac()
1172 for (i=0;i<st->nb_channels;i++) in speex_resampler_skip_zeros()
1180 for (i=0;i<st->nb_channels;i++) in speex_resampler_reset_mem()
1186 for (i=0;i<st->nb_channels*(st->filt_len-1);i++) in speex_resampler_reset_mem()