Home
last modified time | relevance | path

Searched refs:obound (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dplacea.c28 extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *af, integer *vwin, i…
89 obound, integer *af, integer *vwin, integer *awin, integer *ewin, in placea_()
145 if (allv || (winv && *obound == 0)) { in placea_()
166 if (*obound >= 2 && awin[(*af << 1) + 2] > vwin[(*af << 1) + 2]) { in placea_()
171 if ((*obound == 1 || *obound == 3) && awin[(*af << 1) + 1] < vwin[(* in placea_()
205 } else if (! ephase && *obound == 2) { in placea_()
H A Dplacev.c16 extern int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obound, integer *vwin, …
80 integer *obound, integer *vwin, integer *af, integer *lframe, integer in placev_() argument
188 *obound = 0; in placev_()
217 *obound = 2; in placev_()
233 *obound = 3; in placev_()
239 *obound = 1; in placev_()
H A Dvoicin.c24 …*half, real *minamd, real *maxamd, integer *mintau, real *ivrc, integer *obound, integer *voibuf, …
225 integer *mintau, real *ivrc, integer *obound, integer *voibuf, in voicin_() argument
434 if (obound) { in voicin_()
435 --obound; in voicin_()
590 ot = ((obound[1] & 2) != 0 || obound[2] == 1) && (obound[3] & 1) == 0; in voicin_()
H A Danalys.c169 integer *obound; in analys_() local
324 obound = &(st->obound[0]); in analys_()
371 obound[i__ - 1] = obound[i__]; in analys_()
412 placev_(osbuf, osptr, &c__10, &obound[2], vwin, &c__3, &contrl_1.lframe, in analys_()
461 amdf[maxptr - 1], &mintau, ivrc, obound, voibuf, &c__3, st); in analys_()
468 placea_(&ipitch, voibuf, &obound[2], &c__3, vwin, awin, ewin, & in analys_()
H A Dlpc10.h118 integer obound[3]; member
H A Dlpcini.c182 st->obound[i] = 0; in init_lpc10_encoder_state()