Home
last modified time | relevance | path

Searched refs:ipitch (Results 1 – 3 of 3) 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…
88 /* Subroutine */ int placea_(integer *ipitch, integer *voibuf, integer * in placea_() argument
148 i__ = (lrange + *ipitch - 1 - awin[((*af - 1) << 1) + 1]) / *ipitch; in placea_()
149 i__ *= *ipitch; in placea_()
158 r__1 = (real) (k - i__) / *ipitch; in placea_()
159 awin[(*af << 1) + 1] = i__ + i_nint(&r__1) * *ipitch; in placea_()
167 awin[(*af << 1) + 1] -= *ipitch; in placea_()
168 awin[(*af << 1) + 2] -= *ipitch; in placea_()
173 awin[(*af << 1) + 1] += *ipitch; in placea_()
174 awin[(*af << 1) + 2] += *ipitch; in placea_()
[all …]
H A Dencode.c16 extern int encode_(integer *voice, integer *pitch, real *rms, real *rc, integer *ipitch, integer *i…
84 rc, integer *ipitch, integer *irms, integer *irc) in encode_() argument
212 *ipitch = entau[*pitch - 1]; in encode_()
215 *ipitch = 0; in encode_()
217 *ipitch = 127; in encode_()
220 *ipitch = (voice[1] << 1) + voice[2]; in encode_()
281 if (*ipitch == 0 || *ipitch == 127) { in encode_()
H A Danalys.c168 integer ipitch; in analys_() local
466 ipitch = tau[midx - 1]; in analys_()
468 placea_(&ipitch, voibuf, &obound[2], &c__3, vwin, awin, ewin, & in analys_()