Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:samples

75 // we use 15 bits to interpolate between these samples
218 * p = past samples, convoluted with the (p)ositive side of sinc()
219 * n = future samples, convoluted with the (n)egative side of sinc()
328 // Always read-in the first samples from the input buffer
350 // if done with buffer, save samples
394 const int16_t *samples, uint32_t vRL)
416 int16_t const* sP = samples;
417 int16_t const* sN = samples + CHANNELS;
592 int32_t lerp, const int16_t* samples)
598 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples);
602 r = l = mulAdd(samples[0], sinc, l);