Searched refs:M_PI (Results 1 - 25 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsinewin_tablegen.c29 #ifndef M_PI
30 #define M_PI 3.14159265358979323846 macro
H A Dkbdwin.c31 double alpha2 = (alpha * M_PI / n) * (alpha * M_PI / n);
H A Dcos_tablegen.c27 #ifndef M_PI
28 #define M_PI 3.14159265358979323846 macro
62 double freq = 2*M_PI/m;
H A Daacps_tablegen.h73 double theta = 2 * M_PI * (q + 0.5) * (n - 6) / bands;
106 0, 0.35685527, 0.57133466, 0.92614472, 1.1943263, M_PI/2, 2.2006171, M_PI
161 if (alpha < 0) alpha += M_PI/2;
181 theta = -M_PI * fractional_delay_links[m] * f_center;
185 theta = -M_PI*fractional_delay_gain*f_center;
196 theta = -M_PI * fractional_delay_links[m] * f_center;
200 theta = -M_PI*fractional_delay_gain*f_center;
H A Dsinewin_tablegen.h55 window[i] = sinf((i + 0.5) * (M_PI / (2.0 * n)));
H A Dadx.c29 a = M_SQRT2 - cos(2.0 * M_PI * cutoff / sample_rate);
H A Ddctref.c48 coefficients[i + j] = 0.5 * cos(i * (j + 0.5) * M_PI / 64.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dwindow.c43 #ifndef M_PI
45 #define M_PI 3.14159265358979323846 macro
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
83 window[n] = (FLAC__real)(0.42f - 0.5f * cos(2.0f * M_PI * n / N) + 0.08f * cos(4.0f * M_PI * n / N));
93 window[n] = (FLAC__real)(0.35875f - 0.48829f * cos(2.0f * M_PI * n / N) + 0.14128f * cos(4.0f * M_PI * n / N) - 0.01168f * cos(6.0f * M_PI * n / N));
115 window[n] = (FLAC__real)(1.0f - 1.93f * cos(2.0f * M_PI * n / N) + 1.29f * cos(4.0f * M_PI *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dutil.c38 { data [k] = sin (2.0 * k * M_PI * 1.0 / 32.0 + 0.4) ;
41 data [k] *= maximum * (0.5 - 0.5 * cos (2.0 * M_PI * k / ((len) - 1))) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h38 #ifndef M_PI
39 #define M_PI 3.14159265358979323846 /* pi */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkbdwin.c31 double alpha2 = (alpha * M_PI / n) * (alpha * M_PI / n);
H A Daacps_tablegen.h78 double theta = 2 * M_PI * (q + 0.5) * (n - 6) / bands;
111 0, 0.35685527, 0.57133466, 0.92614472, 1.1943263, M_PI/2, 2.2006171, M_PI
166 if (alpha < 0) alpha += M_PI/2;
186 theta = -M_PI * fractional_delay_links[m] * f_center;
190 theta = -M_PI*fractional_delay_gain*f_center;
201 theta = -M_PI * fractional_delay_links[m] * f_center;
205 theta = -M_PI*fractional_delay_gain*f_center;
H A Dsinewin_tablegen.h57 window[i] = sinf((i + 0.5) * (M_PI / (2.0 * n)));
H A Dadx.c30 a = M_SQRT2 - cos(2.0 * M_PI * cutoff / sample_rate);
H A Ddctref.c48 coefficients[i + j] = 0.5 * cos(i * (j + 0.5) * M_PI / 64.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dgenerate_wave_table.c29 uint32_t i, phase_offset = phase / M_PI / 2 * table_size + 0.5;
37 d = (sin((double)point / table_size * 2 * M_PI) + 1) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddisplay.c45 CONV_FP(matrix[0]) / scale[0]) * 180 / M_PI;
52 double radians = angle * M_PI / 180.0f;
H A Dmathematics.h45 #ifndef M_PI
46 #define M_PI 3.14159265358979323846 /* pi */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h44 #ifndef M_PI
45 #define M_PI 3.14159265358979323846 /* pi */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c29 float global_maxdel=M_PI;
30 float global_mindel=M_PI;
132 a[i]=M_PI;
144 global_mindel=M_PI;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dos.h44 #ifndef M_PI
45 # define M_PI (3.1415926536f) macro
H A Dtone.c40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmath.h21 #ifndef M_PI
22 #define M_PI 3.1415926535897932384626433832795 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c34 #ifndef M_PI
36 #define M_PI 3.14159265358979323846 macro
391 const double delta1 = 2.0 * M_PI / ( sample_rate / f1);
392 const double delta2 = 2.0 * M_PI / ( sample_rate / f2);
418 const double delta1 = 2.0 * M_PI / ( sample_rate / f1);
419 const double delta2 = 2.0 * M_PI / ( sample_rate / f2);
449 const double delta1 = 2.0 * M_PI / ( sample_rate / f1);
450 const double delta2 = 2.0 * M_PI / ( sample_rate / f2);
476 const double delta1 = 2.0 * M_PI / ( sample_rate / f1);
477 const double delta2 = 2.0 * M_PI / ( sample_rat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgeometry.cpp190 wxDouble deg = atan2( (double)m_y , (double)m_x ) * 180 / M_PI;
202 m_x = (int)(length * cos( degrees / 180 * M_PI ));
203 m_y = (int)(length * sin( degrees / 180 * M_PI ));
222 wxDouble deg = atan2( m_y , m_x ) * 180 / M_PI;
233 m_x = length * cos( degrees / 180 * M_PI );
234 m_y = length * sin( degrees / 180 * M_PI );

Completed in 121 milliseconds

1234567