HomeSort by relevance Sort by last modified time
    Searched refs:Zcoef (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
filters.c 88 const spx_word16_t Zcoef[5][3] = {{15672, -31344, 15672}, {15802, -31601, 15802}, {15847, -31694, 15847}, {16162, -32322, 16162}, {14418, -28836, 14418}};
91 const spx_word16_t Zcoef[5][3] = {{0.95654f, -1.91309f, 0.95654f}, {0.96446f, -1.92879f, 0.96446f}, {0.96723f, -1.93445f, 0.96723f}, {0.98645f, -1.97277f, 0.98645f}, {0.88000f, -1.76000f, 0.88000f}};
97 den = Pcoef[filtID]; num = Zcoef[filtID];
  /external/opencv/cvaux/include/
cvaux.h 502 double Zcoef;
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 122 partZ = coeffs->Zcoef + coeffs->ZcoefA *alpha +
633 coeffs->Zcoef = -z1 + zA;
651 coeffs->Zcoef = -( -z1 + zA);
    [all...]

Completed in 273 milliseconds