RE                388 libavfilter/af_aiir.c static void cmul(double re, double im, double re2, double im2, double *RE, double *IM)
RE                390 libavfilter/af_aiir.c     *RE = re * re2 - im * im2;
RE                416 libavfilter/avf_showfreqs.c         a = av_clipd(M(RE(0, ch), 0) / s->scale, 0, 1);
RE                420 libavfilter/avf_showfreqs.c             a = av_clipd(M(RE(f, ch), IM(f, ch)) / s->scale, 0, 1);
RE                255 libavfilter/avf_showspatial.c         float l = hypotf(RE(idx, 0), IM(idx, 0));
RE                256 libavfilter/avf_showspatial.c         float r = hypotf(RE(idx, 1), IM(idx, 1));
RE                258 libavfilter/avf_showspatial.c         float lp = atan2f(IM(idx, 0), RE(idx, 0));
RE                259 libavfilter/avf_showspatial.c         float rp = atan2f(IM(idx, 1), RE(idx, 1));
RE               1208 libavfilter/avf_showspectrum.c #define MAGNITUDE(y, ch) hypotf(RE(y, ch), IM(y, ch))
RE               1209 libavfilter/avf_showspectrum.c #define PHASE(y, ch) atan2f(IM(y, ch), RE(y, ch))