Lines Matching full:voice

60 /* and the local saved array VOICE. */
94 /* VOICE, the effects of uninitialized values will die out after 2 or 3 */
196 /* VOICE(2,3)- History of LDA results */
197 /* On every call when (HALF .EQ. 1), VOICE(*,I+1) is */
198 /* shifted back to VOICE(*,I), for I=1,2. */
199 /* VOICE(HALF,3) is written on every call. */
257 real *voice; in voicin_() local
373 /* VOICE, SFBUE, and SLBUE should be saved from one invocation to */ in voicin_()
380 /* For VOICE, note that it is "shifted" in the statement that */ in voicin_()
382 /* values in the VOICE array can only affect entries in the VOIBUF in voicin_()
386 /* the effects of uninitialized values in VOICE cannot linger on */ in voicin_()
406 voice = (&st->voice[0]); in voicin_()
474 /* The VOICE array contains the result of the linear discriminant functio in voicin_()
478 /* voicing decisions. The VOICE and VOIBUF arrays, according to FORTRAN 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_()