Lines Matching refs:src
89 const s16 *src,
93 src_step /= sizeof(*src);
96 atomic_add(sum, *src);
97 src += src_step;
122 volatile s16 *dst, s16 *src,
129 src_step /= sizeof(*src);
132 s32 sample = *dst + *src;
140 src += src_step;
152 #include "../src/pcm/pcm_dmix_i386.h"
158 volatile s16 *dst, const s16 *src,
164 src_step /= sizeof(*src);
166 s32 sample = *src;
182 src += src_step;