/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicConvolve3x3.cpp | 89 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU4() local 111 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU2() local 132 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU1() local 151 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneF4() local 162 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneF2() local 199 uint32_t x2 = xend; in kernelU4() local 246 uint32_t x2 = xend; in kernelU2() local 291 uint32_t x2 = xend; in kernelU1() local 336 uint32_t x2 = xend; in kernelF4() local 381 uint32_t x2 = xend; in kernelF2() local [all …]
|
H A D | rsCpuIntrinsicConvolve5x5.cpp | 89 uint32_t x2 = x; in OneU4() local 132 uint32_t x2 = x; in OneU2() local 175 uint32_t x2 = x; in OneU1() local 218 uint32_t x2 = x; in OneF4() local 260 uint32_t x2 = x; in OneF2() local 302 uint32_t x2 = x; in OneF1() local 368 uint32_t x2 = xend; in kernelU4() local 428 uint32_t x2 = xend; in kernelU2() local 477 uint32_t x2 = xend; in kernelU1() local 526 uint32_t x2 = xend; in kernelF4() local [all …]
|
H A D | rsCpuIntrinsicBlur.cpp | 167 int x1, int x2) { in OneVFU4() 200 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) { in OneVFU1() 305 uint32_t x2 = xend; in kernelU4() local 376 uint32_t x2 = xend; in kernelU1() local
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local 211 int32 x0, x2, x4, x6; in idct_col0x20() local 373 int32 x0, x1, x2, x4, x5; in idct_row2Inter() local 578 int32 x1, x2, x4, x5; in idct_row0x40Inter() local 635 int32 x0, x2, x4, x6; in idct_row0x20Inter() local 869 int32 x0, x1, x2, x4, x5; in idct_row2Intra() local 1063 int32 x1, x2, x4, x5; in idct_row0x40Intra() local 1118 int32 x0, x2, x4, x6; in idct_row0x20Intra() local 1369 int32 x0, x1, x2, x4, x5; in idct_row2zmv() local 1577 int32 x1, x2, x4, x5; in idct_row0x40zmv() local [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | idct_vca.cpp | 101 int32 x0, x1, x2, x4, x5; in idctrow2() local 191 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local 264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local 302 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow4() local 380 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol4() local 458 int32 x0, x1, x2, x4, x5, temp; in idctrow2_intra() local 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow3_intra() local 590 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow4_intra() local
|
H A D | block_idct.cpp | 517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local 629 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local 840 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
H A 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()
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/math/ |
H A D | Math3DHelper.java | 23 public final static int min(int x1, int x2, int x3) { in min() 27 public final static int max(int x1, int x2, int x3) { in max()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | Base64.cpp | 118 uint8_t x2 = data[i + 1]; in encodeBase64() local 132 uint8_t x2 = data[i + 1]; in encodeBase64() local
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | base64.cpp | 131 uint8_t x2 = data[i + 1]; in encodeBase64() local 145 uint8_t x2 = data[i + 1]; in encodeBase64() local
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/ |
H A D | median5.cpp | 120 int16 x1, x2, x3, x4, x5; in median5() local
|
H A D | highpass_400hz_at_12k8.cpp | 149 int16 i, x2; in highpass_400Hz_at_12k8() local
|
H A D | highpass_50hz_at_12k8.cpp | 151 int16 i, x2; in highpass_50Hz_at_12k8() local
|
/aosp12/system/bt/embdrv/sbc/encoder/srce/ |
H A D | sbc_dct.c | 99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local 231 int32_t temp, x2; in SBC_FastIDCT4() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | updt_tar.c | 29 Word16 * x2, /* (o) Q0 : new target (for codebook search) */ in Updt_tar()
|
H A D | hp400.c | 63 Word16 x2; in HP400_12k8() local
|
H A D | hp50.c | 64 Word16 x2; in HP50_12k8() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Geometry.h | 66 double x2, double y2, in FindTriangleCentroid() 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
|
/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | math.h | 58 const T x2 = x * x; in ExpApproximationViaTaylorExpansionOrder5() local
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | PathInterpolator.java | 140 float x2 = a.getFloat(R.styleable.PathInterpolator_controlX2, 0); in parseInterpolatorFromTypeArray() local 154 private void initCubic(float x1, float y1, float x2, float y2) { in initCubic()
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/ |
H A D | post_pro.cpp | 351 Word16 i, x2; in Post_Process() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_metrics.h | 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; in db_CauchyDerivative() local 121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local 135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | SplineMath.java | 51 double x2 = next[0]; in calculatetCurve() local 92 double x2 = next[0]; in getValue() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | PreviewOverlay.java | 185 float x2 = 0.5f * previewW; in onDraw() local 235 float x1, x2, y1, y2; in onDraw() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | DebugBoundsRenderer.java | 49 float x2, float y2) { in drawBounds()
|