Home | History | Annotate | Download | only in audioflinger

Lines Matching full:samples

150      * p = past samples, convoluted with the (p)ositive side of sinc()
151 * n = future samples, convoluted with the (n)egative side of sinc()
230 // Always read-in the first samples from the input buffer
264 // if done with buffer, save samples
305 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples)
321 int16_t const *sP = samples;
322 int16_t const *sN = samples+CHANNELS;
342 int32_t const* coefs, int16_t lerp, int16_t const* samples)
348 uint32_t rl = *reinterpret_cast<uint32_t const*>(samples);
352 r = l = mulAdd(samples[0], sinc, l);