Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dmdct_neon.h56 float32x4_t x1 = vld1q_f32( (float *)(x + 1*n) ); in neon_fft_5() local
133 float32x4_t x1 = vld1q_f32( (float *)x1_ptr ); in neon_fft_bf3() local
176 float32x2_t x1 = vld1_f32( (float *)(x1_ptr++) ); in neon_fft_bf3() local
236 float32x4_t x1 = vld1q_f32( (float *)x1_ptr ); in neon_fft_bf2() local
259 float32x2_t x1 = vld1_f32( (float *)(x1_ptr++) ); in neon_fft_bf2() local
Dmdct.c101 const struct lc3_complex *x0 = x, *x1 = x0 + n*n3, *x2 = x1 + n*n3; in fft_bf3() local
142 const struct lc3_complex *x0 = x, *x1 = x0 + n*n2; in fft_bf2() local
214 const float *x0 = x + ns-nd, *x1 = x0; in mdct_window() local
247 const float *x0 = x, *x1 = x0 + 2*n4; in mdct_pre_fft() local
279 const struct lc3_complex *x0 = x + n8, *x1 = x0 - 1; in mdct_post_fft() local
310 const float *x0 = x, *x1 = x0 + 2*n4; in imdct_pre_fft() local
344 const struct lc3_complex *x0 = x, *x1 = x0 + n4; in imdct_post_fft() local
378 const float *x0 = d + nd-n4, *x1 = x0; in imdct_window() local
Dltpf.c474 int16_t x3 = x[-2], x2 = x[-1], x1, x0; in interpolate() local
548 const int16_t *x1 = x - (r0 + t1); in detect_pitch() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dgeometry_utils.h33 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()
Dproximity_info_utils.h89 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/modules/NeuralNetworks/common/random/
Drandom_distributions.h482 const uint32 x1 = (*gen)(); in operator() local
523 const uint32 x1 = (*gen)(); in operator() local
565 const uint32 x1 = (*gen)(); in operator() local
604 const uint32 x1 = (*gen)(); in operator() local
625 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat()
650 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1) { in BoxMullerDouble()
729 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1) { in Uint64ToDouble()
Dsimple_philox.h50 const uint32 x0 = single_(), x1 = single_(); in RandDouble() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DGeometry.h65 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()
/packages/modules/Bluetooth/system/gd/security/ecc/
Dp_256_ecc_pp.cc50 const uint32_t* x1; in ECC_Double() local
98 uint32_t* x1; in ECC_Add() local
/packages/modules/Bluetooth/system/stack/smp/
Dp_256_ecc_pp.cc45 uint32_t* x1; in ECC_Double() local
93 uint32_t* x1; in ECC_Add() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java50 double x1 = cur[0]; in calculatetCurve() local
91 double x1 = cur[0]; in getValue() local
/packages/apps/DevCamera/src/com/android/devcamera/
DPreviewOverlay.java175 float x1 = (0.92f * mLens + 0.04f) * previewW; in onDraw() local
235 float x1, x2, y1, y2; in onDraw() local
/packages/apps/Camera2/src/com/android/camera/util/
DDebugBoundsRenderer.java48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_metrics.h121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local
135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator()
/packages/modules/Bluetooth/system/embdrv/sbc/encoder/srce/
Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBogusMoveEventDetector.java107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) { in getDistance()
DGestureStrokeRecognitionPoints.java331 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/
DGLCanvas.java85 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()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java183 double x1 = cur.x; in getAppliedCurve() local
277 double x1 = points[i].x; in draw() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java115 final float x1 = x0 + s * dX / v; in onFling() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp128 uint32_t x1 = std::floor(static_cast<float>(x)); 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/
DOrientationTouchTransformerTest.java285 float x1 = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_0); in applyTransform_90Rotate_inRotatedRegion() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DDynamicGridKeyboard.java234 public void updateCoordinates(final int x0, final int y0, final int x1, final int y1) { in updateCoordinates()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java220 private boolean hasDiff(int x1, int x2) { in hasDiff()

12