Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dmdct_neon.h55 float32x4_t x0 = vld1q_f32( (float *)(x + 0*n) ); in neon_fft_5() local
132 float32x4_t x0 = vld1q_f32( (float *)x0_ptr ); in neon_fft_bf3() local
175 float32x2_t x0 = vld1_f32( (float *)(x0_ptr++) ); in neon_fft_bf3() local
235 float32x4_t x0 = vld1q_f32( (float *)x0_ptr ); in neon_fft_bf2() local
258 float32x2_t x0 = vld1_f32( (float *)(x0_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
699 const float *x0, float *x, int n, in synthesize_template()
753 const float *x0, float *x, int n, const float *c, int fade) in synthesize_4()
759 const float *x0, float *x, int n, const float *c, int fade) in synthesize_6()
765 const float *x0, float *x, int n, const float *c, int fade) in synthesize_8()
771 const float *x0, float *x, int n, const float *c, int fade) in synthesize_12()
824 float x0[w]; in lc3_ltpf_synthesize() local
Dspec.c61 float x0 = x[0] * x[0]; in estimate_gain() local
217 uint16_t x0, x1; in quantize() local
/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h481 const uint32 x0 = (*gen)(); in operator() local
522 const uint32 x0 = (*gen)(); in operator() local
564 const uint32 x0 = (*gen)(); in operator() local
603 const uint32 x0 = (*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()
DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java99 final float x0 = pts[0]; in onFling() local
202 float x0 = pts[2 * idx]; in onTouch() local
DPhotoTable.java849 float x0 = photo.getX(); in dropOnTable() local
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java71 int x0 = x - m; in intersectsValidDropTarget() local
/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/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/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect()
317 float x0 = source.left; in draw() 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/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java640 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()
DCellLayout.java1493 final int x0 = mTmpPoint[0]; in ReorderPreviewAnimation() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h554 double x0,x1,x2,mult; in SquaredInhomogenousHomographyError() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp490 const int x0 = (*sampledInputXs)[id]; in calculateBeelineSpeedRate() local