Home
last modified time | relevance | path

Searched refs:dphi (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c87 uint64_t phi, dphi, amp; member
213 in->dphi = in->dphi0 + (ts - in->ts_start) * in->ddphi; in wavesynth_seek()
371 in->phi += in->dphi; in wavesynth_synth_sample()
372 in->dphi += in->ddphi; in wavesynth_synth_sample()
408 in->dphi = in->dphi0; in wavesynth_enter_intervals()
/third_party/ffmpeg/libavfilter/
Dasrc_sine.c43 uint32_t dphi; ///< phase increment between two samples member
152 sine->dphi = ldexp(sine->frequency, 32) / sine->sample_rate + 0.5; in init()
241 sine->phi += sine->dphi; in activate()