Lines Matching refs:WUm
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()
931 cep->WUm[j] = cep->WUm[j] - picocep_fixptmult(cep->diag2[j], in invMatrix()
932 cep->WUm[j + 2], bigpow, invDoubleDec); in invMatrix()
939 smoothcep[k] = (picoos_int16)(cep->WUm[j]/(1<<meanpow)); in invMatrix()
1012 cep->WUm[i] = prev_WUm; in makeWUWandWUm()
1020 … prev_WUm = cep->WUm[i] = mean << 1; /* multiply mean by 2 (2 used to be first entry of x) */ in makeWUWandWUm()
1033 cep->WUm[i] += x[j] * mean; in makeWUWandWUm()
1047 cep->WUm[i] += x[numd + j] * mean; in makeWUWandWUm()
1052 cep->WUm[i] = (cep->WUm[i] + 1) / 2; /* long DIV with rounding */ in makeWUWandWUm()