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