Searched refs:Di (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_anequalizer.c | 328 double Di = beta * beta + 2 * si * beta + 1; in butterworth_bp_filter() local 330 butterworth_fo_section(&f->section[i - 1], beta, si, g, g0, Di, c0); in butterworth_bp_filter() 401 double Di = (a*a + ci*ci)*tetta_b*tetta_b + 2.0*a*si*tetta_b + 1; in chebyshev1_bp_filter() local 403 chebyshev1_fo_section(&f->section[i - 1], a, ci, tetta_b, g0, si, b, Di, c0); in chebyshev1_bp_filter() 474 double Di = tetta_b*tetta_b + 2*a*si*tetta_b + a*a + ci*ci; in chebyshev2_bp_filter() local 476 chebyshev2_fo_section(&f->section[i - 1], a, ci, tetta_b, g, si, b, Di, c0); in chebyshev2_bp_filter()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2625 class Di(Enum): class 2629 warn = Di.YES.NO 2630 self.assertIs(warn, Di.NO) 2631 self.assertIs(Di.name, Di['name']) 2632 self.assertEqual(Di.name.name, 'name')
|
Completed in 11 milliseconds