HomeSort by relevance Sort by last modified time
    Searched defs:yCoeff (Results 1 - 5 of 5) sorted by null

  /external/skia/src/utils/
SkCurveMeasure.h 41 float yCoeff[3][8];
  /frameworks/base/core/java/android/view/
VelocityTracker.java 243 public final float[] yCoeff = new float[MAX_DEGREE + 1];
270 return estimate(time, yCoeff);
288 return index <= degree ? yCoeff[index] : 0;
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 38 jfieldID yCoeff;
204 gEstimatorClassInfo.yCoeff));
209 estimator.yCoeff);
253 gEstimatorClassInfo.yCoeff = GetFieldIDOrDie(env, clazz, "yCoeff", "[F");
  /frameworks/native/include/input/
VelocityTracker.h 44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
59 yCoeff[i] = 0;
  /hardware/intel/img/psb_video/src/
psb_texture.c 148 static void psb_convert_coeffs(double Ycoeff, double Ucoeff, double Vcoeff,
152 static int psb_check_coeffs(double Ycoeff, double Ucoeff, double Vcoeff,
719 double yCoeff, uCoeff, vCoeff, Constant;
755 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
759 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant, /* input coefficients */
769 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
773 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant,
784 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
788 psb_convert_coeffs(yCoeff, uCoeff, vCoeff, Constant,
    [all...]

Completed in 1239 milliseconds