Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A Dmodel.c76 double h11, double h12, double h22, in bestfit() argument
83 a = h12/h22; /* u[] = x[] - a*y[] is orthogonal to y[] */ in bestfit()
89 uu = h11 - 2*a*h12 + a*a*h22; in bestfit()
128 long double h11,h12,h22; in bigcalc() local
180 h11 = h12 = h22 = 0; in bigcalc()
194 h12 += u*v; in bigcalc()
202 s2 = bestfit(sx,sy,h11,h12,h22,&cx,&cy)/(k1+1); in bigcalc()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate_filters.h70 #define FUNCTION h12
94 {12, h12, 199.44},