Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c110 static uint32_t lcg_next(uint32_t *s) in lcg_next() function
150 vt[j] = (int32_t)lcg_next(&ws->pink_state) >> 3; in pink_fill()
153 ws->pink_pool[i] = v + ((int32_t)lcg_next(&ws->pink_state) >> 3); in pink_fill()
155 lcg_next(&ws->pink_state); /* so we use exactly 256 steps */ in pink_fill()
384 val = (int32_t)lcg_next(&ws->dither_state) >> 16; in wavesynth_synth_sample()