Searched refs:WUm (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicocep.c192 diag2[PICOCEP_MAXWINLEN], WUm[PICOCEP_MAXWINLEN], member in struct:cep_subobj
858 * @remarks diag0, diag1, diag2, WUm, invdiag0 globals needed in this function (object members in pico)
881 cep->WUm[0] = (cep->WUm[0]) << rowscpow; /* if diag0 too low, multiply LHS and RHS of row in matrix equation by 1<<rowscpow */
884 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag1[j - 1],
885 cep->WUm[j - 1], bigpow, invDoubleDec);
887 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag2[j - 2],
888 cep->WUm[
[all...]

Completed in 56 milliseconds