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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DSmoothingUtilsTests.java30 final float[] xs = new float[] {0, 1, 2, 3, 4};
34 SmoothingUtils.get3DParameters(xs, ys, retval);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DSmoothingUtils.java44 public static void get3DParameters(final float[] xs, final float[] ys, argument
52 final int N = xs.length;
65 m0[i][j] += (float) Math.pow(xs[k], pow);
78 m1[i][j] = (i == 0) ? 1.0f : m1[i - 1][j] * xs[j];
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h258 * \param xs source
260 void inline db_Copy3(double xd[3],const double xs[3]) argument
262 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2];
267 * \param xs source
269 void inline db_Copy6(double xd[6],const double xs[6]) argument
271 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[
279 db_Copy9(double xd[9],const double xs[9]) argument
[all...]
H A Ddb_utilities_camera.h99 De-homogenize image point: xd(1:2) = xs(1:2)/xs(3).
100 If xs(3) is 0, xd will become 0
102 \param xs source point
104 void inline db_DeHomogenizeImagePoint(double xd[2],const double xs[3]) argument
108 temp=xs[2];
112 xd[0]=xs[0]*div;xd[1]=xs[1]*div;
H A Ddb_feature_detection.cpp1452 inline void db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1463 xs = xd;
1484 xs -= dx;

Completed in 125 milliseconds