Lines Matching refs:voibuf
24 …md, real *maxamd, integer *mintau, real *ivrc, integer *obound, integer *voibuf, integer *af, stru…
225 integer *mintau, real *ivrc, integer *obound, integer *voibuf, in voicin_() argument
437 if (voibuf) { in voicin_()
438 --voibuf; in voicin_()
534 voibuf[*half + 6] = 1; in voicin_()
536 voibuf[*half + 6] = 0; in voicin_()
592 vstate = (voibuf[3] << 3) + (voibuf[4] << 2) + (voibuf[5] << 1) + voibuf[ in voicin_()
613 if (ot && voibuf[7] == 1) { in voicin_()
614 voibuf[5] = 1; in voicin_()
618 if (voibuf[7] == 0 || voice[2] < -voice[3]) { in voicin_()
619 voibuf[5] = 0; in voicin_()
621 voibuf[6] = 1; in voicin_()
625 voibuf[4] = 0; in voicin_()
629 voibuf[4] = 0; in voicin_()
631 voibuf[5] = 1; in voicin_()
636 if (voibuf[1] == 1 || voibuf[7] == 1 || voice[3] > voice[0]) { in voicin_()
637 voibuf[6] = 1; in voicin_()
639 voibuf[3] = 1; in voicin_()
644 voibuf[4] = 0; in voicin_()
649 voibuf[4] = 1; in voicin_()
654 voibuf[5] = 0; in voicin_()
656 voibuf[4] = 1; in voicin_()
660 voibuf[4] = 1; in voicin_()
663 if (voibuf[7] == 0 && voice[3] < -voice[2]) { in voicin_()
664 voibuf[6] = 0; in voicin_()
666 voibuf[5] = 1; in voicin_()
670 if (ot && voibuf[7] == 0) { in voicin_()
671 voibuf[5] = 0; in voicin_()
686 if (voibuf[*half + 6] == 0) { in voicin_()