Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dhp100.c62 real z12; in hp100_() local
84 z12 = st->z12; in hp100_()
94 err = si + z12 * 1.935715f - z22 * .9417004f; in hp100_()
95 si = err - z12 * 2.f + z22; in hp100_()
96 z22 = z12; in hp100_()
97 z12 = err; in hp100_()
103 st->z12 = z12; in hp100_()
H A Dlpc10.h109 real z12; member
H A Dlpcini.c164 st->z12 = 0.0f; in init_lpc10_encoder_state()