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

/external/svox/pico/lib/
H A Dpicocep.c966 picoos_int32 *x = NULL, *xsq = NULL; local
977 xsq = cep->xsqi;
985 xsq = cep->xsq1;
990 xsq = cep->xsq2;
997 xsq = cep->xsqm;
1004 xsq = cep->xsqn;
1017 prev_diag0 = cep->diag0[i] = ivar << 2; /* multiply ivar by 4 (4 used to be first entry of xsq) */
1028 cep->diag0[i] += xsq[j] * ivar;
1042 cep->diag0[i] += xsq[numd + j] * ivar;

Completed in 31 milliseconds