| /packages/modules/Bluetooth/system/embdrv/lc3/src/ |
| D | mdct.c | 102 struct lc3_complex *y0 = y, *y1 = y0 + n3, *y2 = y1 + n3; in fft_bf3() local 143 struct lc3_complex *y0 = y, *y1 = y0 + n2; in fft_bf2() local 168 struct lc3_complex *y0, struct lc3_complex *y1) in fft() 215 float *y0 = y + ns/2, *y1 = y0; in mdct_window() local 249 struct lc3_complex *y0 = y, *y1 = y0 + n4; in mdct_pre_fft() local 281 float *y0 = y + n4, *y1 = y0; in mdct_post_fft() local 313 struct lc3_complex *y0 = y, *y1 = y0 + n4; in imdct_pre_fft() local 346 float *y0 = y, *y1 = y0 + 2*n4; in imdct_post_fft() local 379 float *y0 = y + nd-n4, *y1 = y0, *y2 = d + nd, *y3 = d; in imdct_window() local
|
| D | mdct_neon.h | 53 float32x4_t y0, y1, y2, y3, y4; in neon_fft_5() local 237 float32x4_t y0, y1; in neon_fft_bf2() local 260 float32x2_t y0, y1; in neon_fft_bf2() local
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
| D | geometry_utils.h | 33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { in getAngle() 52 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, in getDistanceInt()
|
| D | proximity_info_utils.h | 89 static inline float getSquaredDistanceFloat(const float x1, const float y1, const float x2, in getSquaredDistanceFloat() 95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat()
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| D | Geometry.h | 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, in FindTriangleCentroid() 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
|
| D | Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 982 int y1 = (yy >= 0.0) ? (int) yy : (int) floor(yy); in ProcessPyramidForThisFrame() local
|
| /packages/modules/Bluetooth/system/gd/security/ecc/ |
| D | p_256_ecc_pp.cc | 52 const uint32_t* y1; in ECC_Double() local 101 uint32_t* y1; in ECC_Add() local
|
| /packages/modules/Bluetooth/system/stack/smp/ |
| D | p_256_ecc_pp.cc | 47 uint32_t* y1; in ECC_Double() local 96 uint32_t* y1; in ECC_Add() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | SplineMath.java | 52 double y1 = cur[1]; in calculatetCurve() local 93 double y1 = cur[1]; in getValue() local
|
| /packages/apps/DevCamera/src/com/android/devcamera/ |
| D | PreviewOverlay.java | 176 float y1 = (0.04f) * previewH; in onDraw() local 235 float x1, x2, y1, y2; in onDraw() local
|
| /packages/apps/Camera2/src/com/android/camera/util/ |
| D | DebugBoundsRenderer.java | 48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds()
|
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| D | CubicBezierInterpolator.java | 31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| D | BogusMoveEventDetector.java | 107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
| D | GestureStrokeRecognitionPoints.java | 331 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| D | GLCanvas.java | 85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() 89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); in drawRect()
|
| D | GLES11Canvas.java | 193 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() 317 private float[] mapPoints(float m[], int x1, int y1, int x2, int y2) { in mapPoints()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| D | Spline.java | 185 double y1 = cur.y; in getAppliedCurve() local 279 double y1 = points[i].y; in draw() local
|
| D | GradControl.java | 124 private boolean centerIsOutside(float x1, float y1, float x2, float y2) { in centerIsOutside()
|
| D | EclipseControl.java | 107 private boolean centerIsOutside(float x1, float y1) { in centerIsOutside()
|
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
| D | PhotoTouchListener.java | 116 final float y1 = y0 + s * dY / v; in onFling() local
|
| /packages/modules/NeuralNetworks/common/cpu_operations/ |
| D | RoiAlign.cpp | 129 uint32_t y1 = std::floor(static_cast<float>(y)); in roiAlignNhwc() local 255 uint32_t x1 = std::floor(x), y1 = std::floor(y); in roiAlignQuantNhwc() local
|
| /packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
| D | OrientationTouchTransformerTest.java | 261 float y1 = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_90) + 1; in applyTransform_taskNotFrozen_90Rotate_withTwoRegions() local
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
| D | DynamicGridKeyboard.java | 234 public void updateCoordinates(final int x0, final int y0, final int x1, final int y1) { in updateCoordinates()
|
| /packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
| D | synthesis-sbc.c | 529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | InvariantDeviceProfile.java | 640 private static float dist(float x0, float y0, float x1, float y1) { in dist() 730 private static float weight(float x0, float y0, float x1, float y1, float pow) { in weight()
|