Searched refs:WUm (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/lib/ |
D | picocep.c | 192 diag2[PICOCEP_MAXWINLEN], WUm[PICOCEP_MAXWINLEN], member 881 …cep->WUm[0] = (cep->WUm[0]) << rowscpow; /* if diag0 too low, multiply LHS and RHS of row in matri… in invMatrix() 884 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag1[j - 1], in invMatrix() 885 cep->WUm[j - 1], bigpow, invDoubleDec); in invMatrix() 887 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag2[j - 2], in invMatrix() 888 cep->WUm[j - 2], bigpow, invDoubleDec); in invMatrix() 905 cep->WUm[j] = (cep->WUm[j]) << rowscpow; in invMatrix() 919 cep->WUm[j] = picocep_fixptinv(cep->WUm[j], cep->invdiag0[j], bigpow, in invMatrix() 922 cep->WUm[j] = picocep_fixptdivpow(cep->WUm[j], bigpow); in invMatrix() 928 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag1[j], cep->WUm[j in invMatrix() [all …]
|