Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Ddyptrk.c110 real *alphax; in dyptrk_() local
230 alphax = &(st->alphax); in dyptrk_()
248 *alphax = *alphax * .75f + amdf[*minptr] / 2.f; in dyptrk_()
250 *alphax *= .984375f; in dyptrk_()
252 alpha = *alphax / 16; in dyptrk_()
253 if (*voice == 0 && *alphax < 128.f) { in dyptrk_()
H A Dlpc10.h162 real alphax; member
H A Dlpcini.c237 st->alphax = 0.0f; in init_lpc10_encoder_state()