Lines Matching refs:source
61 struct audio_stream __sparse_cache *source = bsource->data; in tdfb_fir_s16() local
63 int16_t *x = source->r_ptr; in tdfb_fir_s16()
69 const int in_nch = source->channels; in tdfb_fir_s16()
75 fmax = audio_stream_frames_without_wrap(source, x); in tdfb_fir_s16()
97 x = audio_stream_wrap(source, x); in tdfb_fir_s16()
107 struct audio_stream __sparse_cache *source = bsource->data; in tdfb_fir_s24() local
109 int32_t *x = source->r_ptr; in tdfb_fir_s24()
115 const int in_nch = source->channels; in tdfb_fir_s24()
121 fmax = audio_stream_frames_without_wrap(source, x); in tdfb_fir_s24()
143 x = audio_stream_wrap(source, x); in tdfb_fir_s24()
153 struct audio_stream __sparse_cache *source = bsource->data; in tdfb_fir_s32() local
155 int32_t *x = source->r_ptr; in tdfb_fir_s32()
161 const int in_nch = source->channels; in tdfb_fir_s32()
167 fmax = audio_stream_frames_without_wrap(source, x); in tdfb_fir_s32()
194 x = audio_stream_wrap(source, x); in tdfb_fir_s32()