Searched defs:phaseIncrement (Results 1 – 11 of 11) sorted by relevance
46 synth_float_t phaseIncrement = 2.0 * frequency * mSamplePeriod; in generate() local60 synth_float_t phaseIncrement = 2.0 * frequencies[i] * mSamplePeriod; in generate() local70 virtual synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
38 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
45 virtual inline synth_float_t translatePhase(synth_float_t phase, synth_float_t phaseIncrement) { in translatePhase()
46 synth_float_t next(synth_float_t phase, synth_float_t phaseIncrement) { in next()
48 synth_float_t phaseIncrement) { in translatePhase()
34 double phaseIncrement = (double) inputRate / (double) outputRate; in PolyphaseResampler() local
31 const double phaseIncrement = 1.0 / numRowsNoGuard; in SincResampler() local
132 double phaseIncrement, in generateCoefficients()
44 phaseIncrement .req r4 label
42 phaseIncrement .req r3 label
52 EAS_I32 phaseIncrement; member