Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicocep.c191 picoos_int32 diag0[PICOCEP_MAXWINLEN], diag1[PICOCEP_MAXWINLEN], member
875 cep->invdiag0[0] = picocep_fixptInvDiagEle(cep->diag0[0], &rowscpow, in invMatrix()
893 …cep->diag0[j - 1], bigpow, invDoubleDec); /* undo scaling by 1<<rowscpow because diag1(j-1) refers… in invMatrix()
894 cep->diag0[j] = cep->diag0[j] - picocep_fixptmult(cep->diag1[j - 1], in invMatrix()
898 …cep->diag0[j - 2], bigpow, invDoubleDec); /* undo scaling by 1<<prevrowscpow because diag1(j-2) re… in invMatrix()
899 cep->diag0[j] = cep->diag0[j] - picocep_fixptmult( in invMatrix()
903 cep->invdiag0[j] = picocep_fixptInvDiagEle(cep->diag0[j], &rowscpow, in invMatrix()
1011 cep->diag0[i] = prev_diag0; in makeWUWandWUm()
1017 … prev_diag0 = cep->diag0[i] = ivar << 2; /* multiply ivar by 4 (4 used to be first entry of xsq) */ in makeWUWandWUm()
1028 cep->diag0[i] += xsq[j] * ivar; in makeWUWandWUm()
[all …]