Searched refs:voibuf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | voicin.c | 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_() [all …]
|
| H A D | placea.c | 28 extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *af, integer *vwin, i… 88 /* Subroutine */ int placea_(integer *ipitch, integer *voibuf, integer * in placea_() argument 110 --voibuf; in placea_() 139 allv = voibuf[((*af - 2) << 1) + 2] == 1; in placea_() 140 allv = allv && voibuf[((*af - 1) << 1) + 1] == 1; in placea_() 141 allv = allv && voibuf[((*af - 1) << 1) + 2] == 1; in placea_() 142 allv = allv && voibuf[(*af << 1) + 1] == 1; in placea_() 143 allv = allv && voibuf[(*af << 1) + 2] == 1; in placea_() 144 winv = voibuf[(*af << 1) + 1] == 1 || voibuf[(*af << 1) + 2] == 1; in placea_()
|
| H A D | analys.c | 174 integer *voibuf; in analys_() local 327 voibuf = &(st->voibuf[0]); in analys_() 354 voibuf[0] = voibuf[2]; in analys_() 355 voibuf[1] = voibuf[3]; in analys_() 372 voibuf[i__ * 2] = voibuf[(i__ + 1) * 2]; in analys_() 373 voibuf[(i__ << 1) + 1] = voibuf[((i__ + 1) << 1) + 1]; in analys_() 461 amdf[maxptr - 1], &mintau, ivrc, obound, voibuf, &c__3, st); in analys_() 465 dyptrk_(amdf, &c__60, &minptr, &voibuf[7], pitch, &midx, st); in analys_() 468 placea_(&ipitch, voibuf, &obound[2], &c__3, vwin, awin, ewin, & in analys_() 487 voice[1] = voibuf[2]; in analys_() [all …]
|
| H A D | lpc10.h | 121 integer voibuf[8] /* was [2][4] */; member
|
| H A D | lpcini.c | 189 st->voibuf[i] = 0; in init_lpc10_encoder_state()
|