Searched refs:x1 (Results 51 - 75 of 348) sorted by relevance

1234567891011>>

/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp152 audio_sample_t x1 = mDelays[0][0]; local
165 acc = mac_coef_sample(b1, x1, acc);
172 x2 = x1;
173 x1 = x0;
176 mDelays[0][0] = x1;
210 audio_sample_t x1 = mDelays[ch][0]; local
218 acc = mac_coef_sample(b1, x1, acc);
225 x2 = x1;
226 x1 = x0;
231 mDelays[ch][0] = x1;
[all...]
/frameworks/av/include/media/
H A DLinearMap.h114 4) If (x, y) are not strictly monotonic increasing, i.e. (x2 > x1) and (y2 > y1),
117 do not warn if (x2 == x1) or (y2 == y1), but we do logcat warn if (x2 < x1) or
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { argument
243 const int64_t diff64 = x2 - x1;
248 (unsigned long long)x2, (unsigned long long)x1);
253 (unsigned long long)x2, (unsigned long long)x1);
260 *diff = x2 - x1;
263 coord, *diff, (unsigned)x2, (unsigned)x1);
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h114 4) If (x, y) are not strictly monotonic increasing, i.e. (x2 > x1) and (y2 > y1),
117 do not warn if (x2 == x1) or (y2 == y1), but we do logcat warn if (x2 < x1) or
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { argument
243 const int64_t diff64 = x2 - x1;
248 (unsigned long long)x2, (unsigned long long)x1);
253 (unsigned long long)x2, (unsigned long long)x1);
260 *diff = x2 - x1;
263 coord, *diff, (unsigned)x2, (unsigned)x1);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.cpp292 state->x1 = 0;
333 state->x1 = 0;
489 x2 = st->x1;
490 st->x1 = st->x0;
499 L_tmp = L_mac (L_tmp, st->x1, b[1]);
551 x_n_2 = st->x1;
583 st->x1 = x_n_2;
/frameworks/base/core/java/android/net/http/
H A DSslError.java179 mErrors |= (0x1 << error);
193 rval = ((mErrors & (0x1 << error)) != 0);
208 if ((mErrors & (0x1 << error)) != 0) {
/frameworks/base/libs/hwui/renderstate/
H A DStencil.cpp33 #define STENCIL_WRITE_VALUE 0x1
34 #define STENCIL_MASK_VALUE 0x1
114 glStencilFunc(GL_ALWAYS, 0x1, 0xffffffff);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp57 uint32_t x1 = xstart; local
65 while (x1 < x2) {
72 x1++;
H A DrsCpuIntrinsicResize.cpp335 uint32_t x1 = xstart; local
339 if (gArchUseSIMD && x2 > x1 && cp->scaleX < 4.0f) {
340 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
346 int len = x2 - x1;
361 x1 += len;
365 while(x1 < x2) {
366 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f;
369 x1++;
402 uint32_t x1 = xstart; local
406 if (gArchUseSIMD && x2 > x1
469 uint32_t x1 = xstart; local
536 uint32_t x1 = xstart; local
576 uint32_t x1 = xstart; local
616 uint32_t x1 = xstart; local
[all...]
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S62 * x1 = src
330 ld4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x1], #32
355 ld4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x1], #32
364 ld4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x1], #32
383 ld4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x1], #32
391 ld1 {v20.8b}, [x1], #8
401 ld2 {v20.8b,v21.8b}, [x1], #16
416 ld2 {v12.8b,v13.8b}, [x1], #16
484 ld1 {v12.8b}, [x1], #8
534 ld4 {v12.4s,v13.4s,v14.4s,v15.4s}, [x1], #6
[all...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression.h59 void Compress(float *x1, float *x2);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp164 j = index & 0x1;
H A Dd2_9pf.cpp227 i = sign & 0x1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_QuantInvInter_I.c92 if (QP & 0x1)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java27 DARK_GRAY(0x1),
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordListener.java85 data.mOverlapped = ((result >> 31) & 0x1) != 0;
89 data.mProgrammed = ((result >> 28) & 0x1) != 0;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLinearGradient_Delegate.java60 float x0, float y0, float x1, float y1,
63 x1, y1, colors, positions, Shader_Delegate.getTileMode(tileMode));
69 float x0, float y0, float x1, float y1,
71 return nativeCreate1(thisGradient, matrix, x0, y0, x1, y1, new int[] { color0, color1},
83 * @param x1 The x-coordinate for the end of the gradient line
91 private LinearGradient_Delegate(long nativeMatrix, float x0, float y0, float x1, argument
94 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
111 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], argument
116 mDx = x1 - x0;
59 nativeCreate1(LinearGradient thisGradient, long matrix, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
68 nativeCreate2(LinearGradient thisGradient, long matrix, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DShadowBuffer.java170 private int min(int x1, int x2, int x3) { argument
171 return (x1 > x2) ? ((x2 > x3) ? x3 : x2) : ((x1 > x3) ? x3 : x1);
174 private int max(int x1, int x2, int x3) { argument
175 return (x1 < x2) ? ((x2 < x3) ? x3 : x2) : ((x1 < x3) ? x3 : x1);
/frameworks/native/services/sensorservice/
H A DFusion.h44 vec3_t x1; member in class:android::Fusion
90 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dgrain.rs45 uint32_t x1 = (x-1) & gWMask;
50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dgrain.rs45 uint32_t x1 = (x-1) & gWMask;
50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dgrain.rs45 uint32_t x1 = (x-1) & gWMask;
50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vlc.c129 *codeNum = 1 + ((bits >> 29) & 0x1);
266 *value = (codeNum & 0x1) ? (i32)((codeNum + 1) >> 1) :
385 *value ^= 0x1;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbCmasInfo.java139 public static final int CMAS_SEVERITY_SEVERE = 0x1;
154 public static final int CMAS_URGENCY_EXPECTED = 0x1;
169 public static final int CMAS_CERTAINTY_LIKELY = 0x1;
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp51 0x1);
60 pInput, ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
121 pInput, ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
1151 x1 = *((ULong*)prev); /* load a3 a2 a1 a0 */
1156 x1m = (x1 >> 2) & mask; /* zero out last 2 bits */
1158 x1 = x1 ^(x1m << 2);
1161 x1 += x2;
1183 /* now operate on x1m, x1, y1m, y1, x2m, x2 */
1187 /* x1, y1, x2 */
1190 y2 = x1 >> 8;
1194 x1
[all...]

Completed in 872 milliseconds

1234567891011>>