Home
last modified time | relevance | path

Searched refs:sin_w0 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Diirfilter.c123 double cos_w0, sin_w0; in biquad_init_coeffs() local
138 sin_w0 = sin(M_PI * cutoff_ratio); in biquad_init_coeffs()
140 a0 = 1.0 + (sin_w0 / 2.0); in biquad_init_coeffs()
151 c->cy[0] = (-1.0 + (sin_w0 / 2.0)) / a0; in biquad_init_coeffs()

Completed in 1 milliseconds