lcg_next          150 libavcodec/ffwavesynth.c             vt[j] = (int32_t)lcg_next(&ws->pink_state) >> 3;
lcg_next          153 libavcodec/ffwavesynth.c         ws->pink_pool[i] = v + ((int32_t)lcg_next(&ws->pink_state) >> 3);
lcg_next          155 libavcodec/ffwavesynth.c     lcg_next(&ws->pink_state); /* so we use exactly 256 steps */
lcg_next          391 libavcodec/ffwavesynth.c     val = (int32_t)lcg_next(&ws->dither_state) >> 16;