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

1234567891011>>

/frameworks/rs/java/tests/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.cpp154 float x1 = 0.0f; local
164 x2 = x1 + floorf(segment * stretchX + 0.5f);
166 x2 = x1 + segment * rescaleX;
169 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
174 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
177 x1 = x2;
185 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
189 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, argument
194 x1
[all...]
H A DProgram.h264 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;
265 if (hasVertexAlpha) key |= programid(0x1) << PROGRAM_HAS_VERTEX_ALPHA_SHIFT;
266 if (useShadowAlphaInterp) key |= programid(0x1) << PROGRAM_USE_SHADOW_ALPHA_INTERP_SHIFT;
267 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
268 if (hasTextureTransform) key |= programid(0x1) << PROGRAM_HAS_TEXTURE_TRANSFORM_SHIFT;
269 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION;
270 if (isSimpleGradient) key |= programid(0x1) << PROGRAM_IS_SIMPLE_GRADIENT;
271 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;
272 if (hasDebugHighlight) key |= programid(0x1) << PROGRAM_HAS_DEBUG_HIGHLIGHT;
273 if (hasRoundRectClip) key |= programid(0x1) << PROGRAM_HAS_ROUND_RECT_CLI
[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.cpp105 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) { argument
107 const float max_abs_x = std::max(std::fabs(*x1),
124 *x1 *= compressor_gain_;
125 if (*x1 > kFixedPointLimit) {
126 *x1 = kFixedPointLimit;
128 if (*x1 < -kFixedPointLimit) {
129 *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/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:__anon382
/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:__anon398
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/provider/
H A DLiveFolders.java244 public static final int DISPLAY_MODE_GRID = 0x1;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
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/java/tests/ImageProcessing2/src/com/android/rs/image/
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/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/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) {

Completed in 531 milliseconds

1234567891011>>