Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/bridge/src/android/view/math/
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()
/frameworks/av/media/codecs/m4v_h263/dec/src/
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
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
/frameworks/av/media/codecs/m4v_h263/enc/src/
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
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_rowInter() local
[all …]
/frameworks/av/media/codecs/amrwb/dec/src/
Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; in median5() local
/frameworks/av/media/libeffects/loudness/common/core/
Dmath.h59 const T x3 = x2 * x; in ExpApproximationViaTaylorExpansionOrder5() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DVector3Test.java34 private AnyMotionDetector.Vector3 x3; field in Vector3Test
/frameworks/rs/cpu_ref/
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
/frameworks/av/media/codecs/amrwb/enc/src/
Dhp_wsp.c87 Word16 x0, x1, x2, x3; in Hp_wsp() local
Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; in median5() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DRotateFilter.java146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), in updateParameters() local
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DBase64.cpp119 uint8_t x3 = data[i + 2]; in encodeBase64() local
/frameworks/av/media/libstagefright/foundation/
Dbase64.cpp132 uint8_t x3 = data[i + 2]; in encodeBase64() local
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp144 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
162 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java269 float x2, float y2, float x3, float y3); in setSourceRegion()
272 float x2, float y2, float x3, float y3); in setTargetRegion()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java502 final int x3 = 4000; in testGammaCorrectionLowChangeAtCenter() local
531 final int x3 = 4000; in testGammaCorrectionHighChangeAtCenter() local
/frameworks/base/graphics/java/android/graphics/
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()
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp505 const float &x3 = quad.coords[4]; in findEnclosingQuad() local
539 const float &x3 = quad.coords[4]; in calculateUorV() local
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { in Quaternion()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { in Quad()
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java290 float x2, float y2, float x3, float y3) { in nCubicTo()
301 float x2, float y2, float x3, float y3) { in nRCubicTo()
767 float x3, float y3) { in cubicTo()
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java133 int x3 = (int) (16.0f * fx3 + .5f); in triangleZBuffMin() local
/frameworks/rs/driver/
DrsdGL.cpp543 float x3, float y3, float z3, float u3, float v3, in rsdGLDrawQuadTexCoords()
DrsdRuntimeStubs.cpp855 float x3, float y3, float z3, float u3, float v3,
889 float x3, float y3, float z3,
1027 float x3, float y3, float z3,
1037 float x3, float y3, float z3, float u3, float v3,
/frameworks/base/libs/hwui/jni/
DPath.cpp106 jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in cubicTo__FFFFFF()
112 jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in rCubicTo()

12