Lines Matching refs: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, const int16_t *samples)
321 const int16_t *sP = samples;
322 const int16_t *sN = samples+CHANNELS;
342 const int32_t* coefs, int16_t lerp, const int16_t* samples)
348 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples);
352 r = l = mulAdd(samples[0], sinc, l);