Searched refs:x1 (Results 26 - 50 of 348) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dconvolve3x3.rs27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
35 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y)) * gCoeffs[3];
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
H A Dconvolve5x5.rs28 uint32_t x1 = max((int32_t)x-1, 0);
40 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
35 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y)) * gCoeffs[3];
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
H A Dconvolve5x5.rs28 uint32_t x1 = max((int32_t)x-1, 0);
40 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve3x3.rs27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
35 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y)) * gCoeffs[3];
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
H A Dconvolve5x5.rs28 uint32_t x1 = max((int32_t)x-1, 0);
40 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 8;
107 int32 x0, x1, x local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
185 int32 x1, x3, x5, x7;//, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/base/libs/hwui/
H A DPatch.cpp152 float x1 = 0.0f; local
162 x2 = x1 + floorf(segment * stretchX + 0.5f);
164 x2 = x1 + segment * rescaleX;
167 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
172 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
175 x1 = x2;
183 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
187 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, argument
192 x1
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java27 LARGE(0x1),
H A DTextAlignment.java27 CENTER(0x1),
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression.cpp104 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) { argument
106 const float max_abs_x = std::max(std::fabs(*x1),
123 *x1 *= compressor_gain_;
124 if (*x1 > kFixedPointLimit) {
125 *x1 = kFixedPointLimit;
127 if (*x1 < -kFixedPointLimit) {
128 *x1 = -kFixedPointLimit;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSr
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSr
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
98 x1 = mem[7];
104 x2 = x1;
105 x1 = x0;
119 L_tmp += (x1 * b[1])<<1;
142 mem[7] = x1;
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
177 x1 = x[-2];
183 if (x2 < x1)
185 tmp = x1;
186 x1 = x2;
189 if (x3 < x1)
191 tmp = x1;
192 x1 = x3;
195 if (x4 < x1)
197 tmp = x1;
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java50 * @param x1 The x-coordinate for the end of the gradient line
58 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int colors[], argument
69 mX1 = x1;
81 * @param x1 The x-coordinate for the end of the gradient line
87 public LinearGradient(float x0, float y0, float x1, float y1, argument
93 mX1 = x1;
129 private native long nativeCreate1(long matrix, float x0, float y0, float x1, float y1, argument
131 private native long nativeCreate2(long matrix, float x0, float y0, float x1, float y1, argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd3_14pf.cpp179 j = index & 0x1;
193 j = index & 0x1;
H A Dd4_17pf.cpp230 j = index & 0x1;
250 i = sign & 0x1;
H A Dpost_pro.cpp186 state->x1 = 0;
226 state->x1 = 0;
296 x2 = st->x1;
297 st->x1 = st->x0;
306 L_tmp = L_mac (L_tmp, st->x1, b[1]);
365 x2 = st->x1;
366 st->x1 = st->x0;
377 L_tmp += ((Word32) st->x1) * c_b1;
H A Dpost_pro.h107 Word16 x1; member in struct:__anon519
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
539 x1 = (int32)blk[12] << 8;
565 x8 = x0 + x1;
566 x0 -= x1;
567 x1 = W6 * (x3 + x2) + 4;
568 x2 = (x1 - (W2 + W6) * x2) >> 3;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
570 x1 = x4 + x6;
586 res = (x7 + x1) >> 14;
609 res = (x7 - x1) >> 1
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dget_pred_adv_b_add.cpp867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
895 x1 = *((uint32*)prev); /* load a3 a2 a1 a0 */
900 x1m = (x1 >> 2) & mask; /* zero out last 2 bits */
902 x1 = x1 ^(x1m << 2);
905 x1 += x2;
927 /* now operate on x1m, x1, y1m, y1, x2m, x2 */
931 /* x1, y1, x2 */
934 y2 = x1 >> 8;
938 x1
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h79 Word16 x1; member in struct:__anon535
/frameworks/base/core/java/android/provider/
H A DLiveFolders.java244 public static final int DISPLAY_MODE_GRID = 0x1;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java49 public static final int SAMPLE_RATE_44100 = 0x1 << 0;
50 public static final int SAMPLE_RATE_48000 = 0x1 << 1;
51 public static final int SAMPLE_RATE_88200 = 0x1 << 2;
52 public static final int SAMPLE_RATE_96000 = 0x1 << 3;
53 public static final int SAMPLE_RATE_176400 = 0x1 << 4;
54 public static final int SAMPLE_RATE_192000 = 0x1 << 5;
57 public static final int BITS_PER_SAMPLE_16 = 0x1 << 0;
58 public static final int BITS_PER_SAMPLE_24 = 0x1 << 1;
59 public static final int BITS_PER_SAMPLE_32 = 0x1 << 2;
62 public static final int CHANNEL_MODE_MONO = 0x1 <<
[all...]

Completed in 1206 milliseconds

1234567891011>>