sinf              156 libavcodec/aacps_tablegen.h                 HA[iid][icc][2] = c2 * sinf(beta + alpha);
sinf              157 libavcodec/aacps_tablegen.h                 HA[iid][icc][3] = c1 * sinf(beta - alpha);
sinf              168 libavcodec/aacps_tablegen.h                 alpha_s = sinf(alpha);
sinf              170 libavcodec/aacps_tablegen.h                 gamma_s = sinf(gamma);
sinf              918 libavcodec/atrac9dec.c         const float s_c  = sinf(sidx*M_PI - M_PI_2)*0.5f + 0.5f;
sinf              919 libavcodec/atrac9dec.c         const float e_c  = sinf(eidx*M_PI - M_PI_2)*0.5f + 0.5f;
sinf              291 libavcodec/mdct15.c         s->twiddle_exptab[i].im = sinf(alpha) * scale;
sinf              301 libavcodec/mdct15.c             s->exptab[i].im = sinf(theta);
sinf              309 libavcodec/mdct15.c     s->exptab[19].im = sinf(2.0f * M_PI / 5.0f);
sinf              311 libavcodec/mdct15.c     s->exptab[20].im = sinf(1.0f * M_PI / 5.0f);
sinf              123 libavcodec/opus_pvq.c     s = sinf(theta);
sinf               73 libavcodec/sinewin_tablegen.h         window[i] = SIN_FIX(sinf((i + 0.5) * (M_PI / (2.0 * n))));
sinf              416 libavcodec/siren.c         s->window[i] = sinf(angle);
sinf               87 libavfilter/af_acontrast.c             dst[c] = sinf(d + contrast * sinf(d * 4));
sinf              128 libavfilter/af_acontrast.c             dst[n] = sinf(d + contrast * sinf(d * 4));
sinf              148 libavfilter/af_asoftclip.c                     dst[n] = sinf(src[n]);
sinf               83 libavfilter/af_superequalizer.c     return 2 * f * t * sinf(n * omega * t) / (n * omega * t);
sinf              333 libavfilter/af_surround.c     *x = av_clipf(sinf(a) * r, -1, 1);
sinf              374 libavfilter/af_surround.c     dst[2 * n + 1] = mag * sinf(c_phase);
sinf              395 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              398 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              422 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              425 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              428 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              451 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              454 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              457 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              483 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              486 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              489 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              492 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              518 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              521 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              524 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              527 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              552 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              555 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              558 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              561 libavfilter/af_surround.c     dstb[2 * n + 1] = b_mag * sinf(c_phase);
sinf              584 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              592 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              595 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              598 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              601 libavfilter/af_surround.c     dstb[2 * n + 1] = b_mag * sinf(c_phase);
sinf              628 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              631 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              634 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              637 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              640 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              670 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              673 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              676 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              679 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              682 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              685 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              714 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              717 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              720 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              723 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              726 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              729 libavfilter/af_surround.c     dstb[2 * n + 1] = b_mag * sinf(c_phase);
sinf              761 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              764 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              767 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              770 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              773 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              776 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              779 libavfilter/af_surround.c     dstb[2 * n + 1] = b_mag * sinf(c_phase);
sinf              810 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              813 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              816 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              819 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              822 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              825 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              856 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              859 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              862 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              868 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              871 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              903 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              906 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              909 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              912 libavfilter/af_surround.c     dstlb[2 * n + 1] = lb_mag * sinf(l_phase);
sinf              915 libavfilter/af_surround.c     dstrb[2 * n + 1] = rb_mag * sinf(r_phase);
sinf              918 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              921 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf              956 libavfilter/af_surround.c     dstl[2 * n + 1] = l_mag * sinf(l_phase);
sinf              959 libavfilter/af_surround.c     dstr[2 * n + 1] = r_mag * sinf(r_phase);
sinf              962 libavfilter/af_surround.c     dstc[2 * n + 1] = c_mag * sinf(c_phase);
sinf              965 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf              968 libavfilter/af_surround.c     dstlb[2 * n + 1] = lb_mag * sinf(l_phase);
sinf              971 libavfilter/af_surround.c     dstrb[2 * n + 1] = rb_mag * sinf(r_phase);
sinf              974 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(l_phase);
sinf              977 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(r_phase);
sinf             1016 libavfilter/af_surround.c     dstl[2 * n + 1] = fl_mag * sinf(fl_phase);
sinf             1019 libavfilter/af_surround.c     dstr[2 * n + 1] = fr_mag * sinf(fr_phase);
sinf             1025 libavfilter/af_surround.c     dstlfe[2 * n + 1] = lfe_mag * sinf(c_phase);
sinf             1028 libavfilter/af_surround.c     dstlb[2 * n + 1] = lb_mag * sinf(bl_phase);
sinf             1031 libavfilter/af_surround.c     dstrb[2 * n + 1] = rb_mag * sinf(br_phase);
sinf             1034 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(sl_phase);
sinf             1037 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(sr_phase);
sinf             1072 libavfilter/af_surround.c     dstl[2 * n + 1] = fl_mag * sinf(fl_phase);
sinf             1075 libavfilter/af_surround.c     dstr[2 * n + 1] = fr_mag * sinf(fr_phase);
sinf             1084 libavfilter/af_surround.c     dstlb[2 * n + 1] = lb_mag * sinf(bl_phase);
sinf             1087 libavfilter/af_surround.c     dstrb[2 * n + 1] = rb_mag * sinf(br_phase);
sinf             1090 libavfilter/af_surround.c     dstls[2 * n + 1] = ls_mag * sinf(sl_phase);
sinf             1093 libavfilter/af_surround.c     dstrs[2 * n + 1] = rs_mag * sinf(sr_phase);
sinf              203 libavfilter/asrc_afirsrc.c                 complexf[i].im = mg * sinf(ph);
sinf              126 libavfilter/asrc_sinc.c         h[i] = x ? sinf(Fc * x) / x : Fc;
sinf              292 libavfilter/asrc_sinc.c         work[i + 1] = x * sinf(work[i + 1]);
sinf              407 libavfilter/avf_showspectrum.c             h[n].im = sinf(n * n / 2.f * phi);
sinf              417 libavfilter/avf_showspectrum.c             h[n].im = sinf((L - n) * (L - n) / 2.f * phi);
sinf              433 libavfilter/avf_showspectrum.c             S = -sinf(psi);
sinf              462 libavfilter/avf_showspectrum.c             S = -sinf(psi);
sinf              558 libavfilter/avf_showspectrum.c             *uf *= 0.5f * sinf((2 * M_PI * ch) / s->nb_display_channels + M_PI * s->rotation);
sinf              561 libavfilter/avf_showspectrum.c             *uf *= 0.5f * sinf(M_PI * s->rotation);
sinf              565 libavfilter/avf_showspectrum.c         *uf += *uf * sinf(M_PI * s->rotation);
sinf              171 libavfilter/vf_dblur.c     nu = sinf(angle);
sinf              120 libavfilter/vf_deband.c     const float r = sinf(x * 12.9898 + y * 78.233) * 43758.545;
sinf              404 libavfilter/vf_deband.c             s->y_pos[y * s->planewidth[0] + x] = sinf(dir) * dist;
sinf              530 libavfilter/vf_v360.c             coeffs[i] = sinf(x) * sinf(x / 2.f) / (x * x / 2.f);
sinf             1675 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             1677 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             1704 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             1706 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             1751 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             2020 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             2162 libavfilter/vf_v360.c     const float x = sqrtf(1.f - vec[1] * vec[1]) * sinf(theta * 0.5f) / z;
sinf             2201 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             2203 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             2584 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             2586 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             2685 libavfilter/vf_v360.c     vec[0] = sinf(lon) * cosf(lat);
sinf             2686 libavfilter/vf_v360.c     vec[1] = sinf(lat);
sinf             2716 libavfilter/vf_v360.c     const float x = S * sinf(phi);
sinf             2777 libavfilter/vf_v360.c     const float sin_phi   = sinf(phi);
sinf             2779 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             2878 libavfilter/vf_v360.c         const float sin_phi   = sinf(phi);
sinf             2880 libavfilter/vf_v360.c         const float sin_theta = sinf(theta);
sinf             3007 libavfilter/vf_v360.c     const float sin_theta = sinf(theta);
sinf             3097 libavfilter/vf_v360.c         const float sin_phi   = sinf(phi);
sinf             3099 libavfilter/vf_v360.c         const float sin_theta = sinf(theta);
sinf             3344 libavfilter/vf_v360.c         const float sin_phi   = sinf(phi);
sinf             3346 libavfilter/vf_v360.c         const float sin_theta = sinf(theta);
sinf             3560 libavfilter/vf_v360.c     const float sin_yaw   = sinf(yaw_rad);
sinf             3562 libavfilter/vf_v360.c     const float sin_pitch = sinf(pitch_rad);
sinf             3564 libavfilter/vf_v360.c     const float sin_roll  = sinf(roll_rad);
sinf             1004 libavfilter/vf_xfade.c     const float r = sinf(x * 12.9898f + y * 78.233f) * 43758.545f;
sinf              254 libavfilter/vsrc_gradients.c     s->fx0 = (s->x0 - w2) * cosf(angle) - (s->y0 - h2) * sinf(angle) + w2;
sinf              255 libavfilter/vsrc_gradients.c     s->fy0 = (s->x0 - w2) * sinf(angle) + (s->y0 - h2) * cosf(angle) + h2;
sinf              257 libavfilter/vsrc_gradients.c     s->fx1 = (s->x1 - w2) * cosf(angle) - (s->y1 - h2) * sinf(angle) + w2;
sinf              258 libavfilter/vsrc_gradients.c     s->fy1 = (s->x1 - w2) * sinf(angle) + (s->y1 - h2) * cosf(angle) + h2;
sinf              337 libavfilter/vsrc_mandelbrot.c                                 c = lrintf((sinf(zr)+1)*127) + lrintf((sinf(zr/1.234)+1)*127)*256*256 + lrintf((sinf(zr/100)+1)*127)*256;
sinf              341 libavfilter/vsrc_mandelbrot.c                                 c = lrintf((sinf(zr)+1)*127) + lrintf((sinf(zr/1.234)+1)*127)*256*256 + lrintf((sinf(zr/100)+1)*127)*256;