Searched refs:x4 (Results 1 - 25 of 101) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
126 x4 = x[1];
143 if (x4 < x1)
146 x1 = x4;
147 x4 = tmp;
159 if (x4 < x2)
162 x2 = x4;
163 x4 = tmp;
169 if (x4 < x3)
171 x3 = x4;
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_proc_semaphore.cpp169 postmode |= 0x4;
201 postmode |= 0x4;
212 if ((postmode & 0x4) == 0)
228 postmode |= 0x4;
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
113 x4 = blk[9];
119 x5 = (W7 * x4 + 4) >> 3;
120 x4 = (W1 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
128 res = (x0 + x4) >> 14;
150 res = (x0 - x4) >> 14;
187 int32 x0, x1, x2, x3, x4, x local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
545 x4 = blk[9];
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4
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 Dvlc_tab.cpp199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6},
203 {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5},
228 {0x4, 2, 0, 9}, {0x4, 2, 0, 9}, {0x3, 2, 0, 9}, {0x3, 2, 0, 9}, {0x0, 7, 0, 9}, {0x0, 7, 0, 9},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5, 3, 0, 12}, {0x6, 3, 0, 12}, {0xa, 2, 0, 12},
270 {0x4,
[all...]
H A Dpp_semaphore_chroma_inter.cpp235 *(pp_prev3) | *(pp_prev4)) & 0x4);
249 *(pp_prev3) | *(pp_prev4)) & 0x4);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushManagerParams.java49 public static final int SIGNATURE_NO_MATCH = 0x4;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
137 x4
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_mb_offset.h31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
33 // x5 = (x4<<8) - x4;
34 x4 = x5 = 0;
70 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
73 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
96 x4 = x4
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
140 x4
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dfastidct.cpp107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
113 x4 = x0;
119 x8 = x4 - x6;
120 x4 += x6;
130 blk[8] = (x4 + x7) >> 8;
134 blk[48] = (x4 - x7) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
148 x4 = x0;
154 x8 = x4 - x6;
155 x4
211 int32 x0, x2, x4, x6; 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
635 int32 x0, x2, x4, x6; 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
1118 int32 x0, x2, x4, x6; 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
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 // x5 = (x4<<8) - x4;
37 x4 = x5 = 0;
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
99 x4 = x4
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h82 kStatusDrew = 0x4
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve5x5.rs31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
43 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4]
49 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9]
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve5x5.fs30 uint32_t x4 = min((int32_t)x+2, gWidth-1);
42 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4];
48 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9];
54 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
60 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
66 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve5x5.rs31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
43 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4]
49 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9]
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
180 x4 = x[1];
195 if (x4 < x1)
198 x1 = x4;
199 x4 = tmp;
211 if (x4 < x2)
214 x2 = x4;
215 x4 = tmp;
221 if (x4 < x3)
223 x3 = x4;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java30 DARK_GREEN(0x4),
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve5x5.cpp97 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
103 convert_float4(py0[x4]) * coeff[4] +
109 convert_float4(py1[x4]) * coeff[9] +
115 convert_float4(py2[x4]) * coeff[14] +
121 convert_float4(py3[x4]) * coeff[19] +
127 convert_float4(py4[x4]) * coeff[24];
140 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
146 convert_float2(py0[x4]) * coeff[4] +
152 convert_float2(py1[x4]) * coeff[9] +
158 convert_float2(py2[x4]) * coef
183 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
226 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
268 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
310 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
[all...]
H A DrsCpuIntrinsics_advsimd_YuvToRGB.S178 ld1 {v11.16b}, [x4], #16
215 ld1 {v11.d}[1], [x4], #8
223 ld1 {v11.s}[1], [x4], #4
231 ld1 {v11.h}[1], [x4], #2
239 ld1 {v11.b}[1], [x4], #1
247 ld1 {v11.b}[0], [x4], #1
304 * size_t xstart, // x4
308 lsr x6, x4, #1
309 add x0, x0, x4, LSL #2
310 add x1, x1, x4
[all...]
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S65 * x4 = column0_fn
351 br x4
360 br x4
380 br x4
387 br x4
397 br x4
412 br x4
419 br x4
486 br x4
536 br x4
[all...]
/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h60 const T x4 = x2 * x2; local
64 0.0416666666666666643537020320309238741174340248107910156250f * x4 +
/frameworks/base/media/java/android/media/
H A DAudioPortConfig.java44 static final int FORMAT = 0x4;
/frameworks/rs/cpu_ref/linkloader/include/
H A DmmanWindows.h55 #define PROT_EXEC 0x4
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h271 double H, double x, double x2, double x4) {
272 return Poly4(A, B, C, D, x, x2) + Poly4(E, F, G, H, x, x2) * x4;
281 double x4 = x2 * x2; local
282 return Poly8(A, B, C, D, E, F, G, H, x, x2, x4) + I * (x4 * x4);
285 double x4 = x2 * x2;
286 return val + Poly4(E, F, G, H, x, x2) * x4 + I * (x4 * x4);
270 Poly8(double A, double B, double C, double D, double E, double F, double G, double H, double x, double x2, double x4) argument
[all...]

Completed in 371 milliseconds

12345