Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c220 uint64_t pink_ts_cur = (ws->cur_ts + (uint64_t)PINK_UNIT - 1) & ~(PINK_UNIT - 1); in wavesynth_seek() local
223 lcg_seek(&ws->pink_state, (uint32_t)(pink_ts_next - pink_ts_cur) * 2); in wavesynth_seek()