Searched refs:Zcoef (Results 1 – 3 of 3) sorted by relevance
/external/speex/libspeex/ |
D | filters.c | 88 …const spx_word16_t Zcoef[5][3] = {{15672, -31344, 15672}, {15802, -31601, 15802}, {15847, -31694, … in highpass() local 91 …const spx_word16_t Zcoef[5][3] = {{0.95654f, -1.91309f, 0.95654f}, {0.96446f, -1.92879f, 0.96446f}… in highpass() local 97 den = Pcoef[filtID]; num = Zcoef[filtID]; in highpass()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 502 double Zcoef; member
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 122 partZ = coeffs->Zcoef + coeffs->ZcoefA *alpha + in icvCompute3DPoint() 633 coeffs->Zcoef = -z1 + zA; in icvComputeStereoLineCoeffs() 651 coeffs->Zcoef = -( -z1 + zA); in icvComputeStereoLineCoeffs()
|