Home
last modified time | relevance | path

Searched refs:coef_ (Results 1 – 1 of 1) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h63 F coef_[5]; // these are stored with the denominator a's negated. member
83 : coef_{ b0,
98 const F b0 = coef_[0]; // b0 in process()
99 const F b1 = coef_[1]; // b1 in process()
100 const F b2 = coef_[2]; // b2 in process()
101 const F negativeA1 = coef_[3]; // -a1 in process()
102 const F negativeA2 = coef_[4]; // -a2 in process()
235 F coef_[5]; // these are stored as state-space converted. member
255 : coef_{ b0,
268 const F b0 = coef_[0]; // b0 in process()
[all …]