Home
last modified time | relevance | path

Searched defs:x3 (Results 1 – 25 of 83) sorted by relevance

1234

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp163 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() 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
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 Dblock_idct.cpp517 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/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
185 int32 x1, x3, x5, x7;//, x8; in idct_col0x40() local
235 int32 x1, x3, x5, x7; in idct_col0x10() local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col() local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row3Inter() local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row4Inter() local
691 int32 x1, x3, x5, x7; in idct_row0x10Inter() local
1171 int32 x1, x3, x5, x7; in idct_row0x10Intra() local
[all …]
/aosp12/frameworks/layoutlib/bridge/src/android/view/math/
H A DMath3DHelper.java23 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/media/codecs/amrwb/dec/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; in median5() local
/aosp12/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc46 uint32_t* x3; in ECC_Double() local
95 uint32_t* x3; in ECC_Add() local
/aosp12/system/bt/gd/security/ecc/
H A Dp_256_ecc_pp.cc51 uint32_t* x3; in ECC_Double() local
100 uint32_t* x3; in ECC_Add() local
/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h59 const T x3 = x2 * x; in ExpApproximationViaTaylorExpansionOrder5() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve5x5.cpp90 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneU4() local
133 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneU2() local
176 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneU1() local
219 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneF4() local
261 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneF2() local
303 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneF1() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DVector3Test.java34 private AnyMotionDetector.Vector3 x3; field in Vector3Test
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; in Hp_wsp() local
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; in median5() local
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), in updateParameters() local
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DBase64.cpp119 uint8_t x3 = data[i + 2]; in encodeBase64() local
/aosp12/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp132 uint8_t x3 = data[i + 2]; in encodeBase64() local
/aosp12/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h129 …uadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, in FindQuadCentroid()
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp144 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
162 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java269 float x2, float y2, float x3, float y3); in setSourceRegion()
272 float x2, float y2, float x3, float y3); in setTargetRegion()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DBrightnessMappingStrategyTest.java502 final int x3 = 4000; in testGammaCorrectionLowChangeAtCenter() local
531 final int x3 = 4000; in testGammaCorrectionHighChangeAtCenter() local
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java447 float x3, float y3) { in cubicTo()
458 float x3, float y3) { in rCubicTo()
845 float x3, float y3); in nCubicTo()
847 float x3, float y3); in nRCubicTo()
/aosp12/packages/modules/NeuralNetworks/common/
H A DQuantUtils.h120 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.cpp505 const float &x3 = quad.coords[4]; in findEnclosingQuad() local
539 const float &x3 = quad.coords[4]; in calculateUorV() local
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { in Quaternion()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.h158 double x3,m; in db_ImageHomographyInhomogenous() local

1234