LCG_A 112 libavcodec/ffwavesynth.c *s = *s * LCG_A + LCG_C; LCG_A 121 libavcodec/ffwavesynth.c a = LCG_A; LCG_A 46 libavfilter/vf_histeq.c #define LCG(x) (((x) * LCG_A + LCG_C) % LCG_M)