atan2f            162 libavcodec/aacps_tablegen.h                 alpha = 0.5f * atan2f(2.0f * c * rho, c*c - 1.0f);
atan2f            458 libavcodec/opus_pvq.c     return lrintf(32768.0f*atan2f(sqrtf(e[1]), sqrtf(e[0]))/M_PI);
atan2f            326 libavfilter/af_surround.c     a = atan2f(*x, *y);
atan2f           1004 libavfilter/af_surround.c     c_phase = atan2f(c_im, c_re);
atan2f           1108 libavfilter/af_surround.c         float c_phase = atan2f(l_im + r_im, l_re + r_re);
atan2f           1111 libavfilter/af_surround.c         float l_phase = atan2f(l_im, l_re);
atan2f           1112 libavfilter/af_surround.c         float r_phase = atan2f(r_im, r_re);
atan2f           1144 libavfilter/af_surround.c         float c_phase = atan2f(c_im, c_re);
atan2f           1147 libavfilter/af_surround.c         float l_phase = atan2f(l_im, l_re);
atan2f           1148 libavfilter/af_surround.c         float r_phase = atan2f(r_im, r_re);
atan2f           1179 libavfilter/af_surround.c         float c_phase = atan2f(l_im + r_im, l_re + r_re);
atan2f           1182 libavfilter/af_surround.c         float l_phase = atan2f(l_im, l_re);
atan2f           1183 libavfilter/af_surround.c         float r_phase = atan2f(r_im, r_re);
atan2f           1220 libavfilter/af_surround.c         float fl_phase = atan2f(fl_im, fl_re);
atan2f           1221 libavfilter/af_surround.c         float fr_phase = atan2f(fr_im, fr_re);
atan2f           1224 libavfilter/af_surround.c         float sl_phase = atan2f(sl_im, sl_re);
atan2f           1225 libavfilter/af_surround.c         float sr_phase = atan2f(sr_im, sr_re);
atan2f           1234 libavfilter/af_surround.c         float bl_phase = atan2f(fl_im + sl_im, fl_re + sl_re);
atan2f           1235 libavfilter/af_surround.c         float br_phase = atan2f(fr_im + sr_im, fr_re + sr_re);
atan2f           1279 libavfilter/af_surround.c         float fl_phase = atan2f(fl_im, fl_re);
atan2f           1280 libavfilter/af_surround.c         float fr_phase = atan2f(fr_im, fr_re);
atan2f           1283 libavfilter/af_surround.c         float sl_phase = atan2f(sl_im, sl_re);
atan2f           1284 libavfilter/af_surround.c         float sr_phase = atan2f(sr_im, sr_re);
atan2f           1293 libavfilter/af_surround.c         float bl_phase = atan2f(fl_im + sl_im, fl_re + sl_re);
atan2f           1294 libavfilter/af_surround.c         float br_phase = atan2f(fr_im + sr_im, fr_re + sr_re);
atan2f           1338 libavfilter/af_surround.c         float fl_phase = atan2f(fl_im, fl_re);
atan2f           1339 libavfilter/af_surround.c         float fr_phase = atan2f(fr_im, fr_re);
atan2f           1342 libavfilter/af_surround.c         float bl_phase = atan2f(bl_im, bl_re);
atan2f           1343 libavfilter/af_surround.c         float br_phase = atan2f(br_im, br_re);
atan2f           1352 libavfilter/af_surround.c         float sl_phase = atan2f(fl_im + bl_im, fl_re + bl_re);
atan2f           1353 libavfilter/af_surround.c         float sr_phase = atan2f(fr_im + br_im, fr_re + br_re);
atan2f            252 libavfilter/asrc_sinc.c         float angle = atan2f(work[i + 1], work[i]);
atan2f            258 libavfilter/avf_showspatial.c         float lp = atan2f(IM(idx, 0), RE(idx, 0));
atan2f            259 libavfilter/avf_showspatial.c         float rp = atan2f(IM(idx, 1), RE(idx, 1));
atan2f           1209 libavfilter/avf_showspectrum.c #define PHASE(y, ch) atan2f(IM(y, ch), RE(y, ch))
atan2f            492 libavfilter/vf_signalstats.c             ((int16_t*)p_hue)[i] = fmod(floor((180 / M_PI) * atan2f(yuvu-128, yuvv-128) + 180), 360.);
atan2f            531 libavfilter/vf_signalstats.c             ((int16_t*)p_hue)[i] = fmod(floor((180 / M_PI) * atan2f(yuvu-mid, yuvv-mid) + 180), 360.);
atan2f           1048 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]);
atan2f           1838 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           1876 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           1980 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           2159 libavfilter/vf_v360.c     const float theta = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           2232 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0] * cosf(theta);
atan2f           2581 libavfilter/vf_v360.c     const float phi   = atan2f(vf, uf);
atan2f           2633 libavfilter/vf_v360.c     const float phi = atan2f(h, vec[2]) / M_PI;
atan2f           2682 libavfilter/vf_v360.c     const float lon = atan2f(uf, S * clon);
atan2f           2683 libavfilter/vf_v360.c     const float lat = atan2f(vf, S);
atan2f           2710 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           2824 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0] / s->iflat_range[0];
atan2f           2876 libavfilter/vf_v360.c         const float phi   = atan2f(uf, vf);
atan2f           3161 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           3234 libavfilter/vf_v360.c     const float phi   = atan2f(vec[0], vec[2]) * s->input_mirror_modifier[0];
atan2f           3652 libavfilter/vf_v360.c             *h_fov = 2.f * atan2f(w * 0.5f, l) * 360.f / M_PI;
atan2f           3653 libavfilter/vf_v360.c             *v_fov = 2.f * atan2f(h * 0.5f, l) * 360.f / M_PI;
atan2f           3678 libavfilter/vf_v360.c             *h_fov = atan2f(da * w, d) * 360.f / M_PI;
atan2f           3679 libavfilter/vf_v360.c             *v_fov = atan2f(da * h, d) * 360.f / M_PI;
atan2f            710 libavfilter/vf_xfade.c             const float smooth = atan2f(x - width / 2, y - height / 2) -             \