Lines Matching refs:voice
257 real *voice; in voicin_() local
406 voice = (&st->voice[0]); in voicin_()
489 voice[0] = voice[2]; in voicin_()
490 voice[1] = voice[3]; in voicin_()
491 voice[2] = voice[4]; in voicin_()
492 voice[3] = voice[5]; in voicin_()
527 voice[*half + 3] = vdc[snrl * 10 - 1]; in voicin_()
529 voice[*half + 3] += vdc[i__ + snrl * 10 - 11] * value[i__ - 1]; in voicin_()
533 if (voice[*half + 3] > 0.f) { in voicin_()
618 if (voibuf[7] == 0 || voice[2] < -voice[3]) { in voicin_()
628 if (voice[1] < -voice[2]) { in voicin_()
636 if (voibuf[1] == 1 || voibuf[7] == 1 || voice[3] > voice[0]) { in voicin_()
653 if (voice[2] < -voice[1]) { in voicin_()
663 if (voibuf[7] == 0 && voice[3] < -voice[2]) { in voicin_()