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