Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DLinearGradient.java69 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int[] colors, in LinearGradient()
92 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorLong long[] colors, in LinearGradient()
101 private LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
129 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
149 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
163 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate()
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Didct_vca.cpp101 int32 x0, x1, x2, x4, x5; in idctrow2() local
163 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
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
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/module/codecs/m4v_h263/enc/src/
Dfastidct.cpp83 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
111 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
148 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
219 int32 x0, x2, x4, x6; in idct_col0x20() local
273 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col() local
387 int32 x0, x1, x2, x4, x5; in idct_row2Inter() local
448 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row3Inter() local
520 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row4Inter() local
655 int32 x0, x2, x4, x6; in idct_row0x20Inter() local
770 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_rowInter() local
[all …]
/frameworks/av/media/module/codecs/amrnb/enc/src/
Dpre_proc.h78 Word16 x0; member
/frameworks/base/tests/MotionPrediction/src/test/motionprediction/
DDrawingView.kt33 val x0 = from.getX() in drawLine() constant
/frameworks/av/media/module/codecs/amrwb/dec/src/
Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_400Hz_at_12k8() local
Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_50Hz_at_12k8() local
/frameworks/av/media/module/codecs/amrnb/dec/src/
Dpost_pro.h106 Word16 x0; member
/frameworks/av/media/module/codecs/amrwb/enc/src/
Dhp50.c65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP50_12k8() local
Dhp400.c64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP400_12k8() local
Dhp_wsp.c87 Word16 x0, x1, x2, x3; in Hp_wsp() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicConvolve5x5.cpp87 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneU4() local
130 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneU2() local
173 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneU1() local
216 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneF4() local
258 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneF2() local
300 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneF1() local
/frameworks/av/media/libeffects/testlibs/
DAudioBiquadFilter.cpp162 audio_sample_t x0 = *(in++); in process_normal_mono() local
215 audio_sample_t x0 = *in; in process_normal_multi() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DImageSlicer.java113 float x0 = (xSliceIndex * mSliceWidth - mPadSize) / ((float) mInputWidth); in process() local
DRotateFilter.java140 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f), in updateParameters() local
DImageStitcher.java110 float x0 = ((float) mPadSize) / mInputWidth; in process() local
/frameworks/native/services/sensorservice/
DFusion.h43 quat_t x0; variable
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DQuad.java78 float x0 = Collections.min(xs); in boundingBox() local
/frameworks/native/libs/tonemap/
Dtonemap.cpp331 const double x0 = 10.0; in lookupTonemapGain() local
384 double x0 = 5.0; in lookupTonemapGain() local
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp138 jfloat x0, in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
156 jfloat x0, in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java268 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, in setSourceRegion()
271 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, in setTargetRegion()
/frameworks/av/services/camera/libcameraservice/device3/
DRotateAndCropMapper.cpp320 float x0 = pts[i] - ox; in transformPoints() local
/frameworks/rs/toolkit/
DConvolve5x5.cpp69 uint32_t x0 = std::max((int32_t)x - 2, 0); in ConvolveOneU() local
114 uint32_t x0 = std::max((int32_t)x - 2, 0); in ConvolveOneF() local
/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()

12