Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c241 int64_t dphi1, dphi2, dt, cur_ts = -0x8000000000000000; in wavesynth_parse_extradata() local
282 dphi2 = frac64(f2, (int64_t)avc->sample_rate << 16); in wavesynth_parse_extradata()
284 in->ddphi = (int64_t)(dphi2 - (uint64_t)dphi1) / dt; in wavesynth_parse_extradata()