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

123

/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);
H A Dpp_semaphore_luma.cpp219 *(pp_prev3) | *(pp_prev4)) & 0x4);
356 *(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/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve5x5.fs32 uint32_t x4 = min((int32_t)x+2, gWidth-1);
44 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4];
50 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9];
56 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
62 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
68 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve5x5.rs32 uint32_t x4 = min((int32_t)x+2, gWidth-1);
44 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y0)) * gCoeffs[4];
50 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y1)) * gCoeffs[9];
56 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14];
62 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
68 + 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/base/media/java/android/media/
H A DAudioFormat.java60 public static final int CHANNEL_OUT_FRONT_LEFT = 0x4;
107 public static final int CHANNEL_IN_LEFT = 0x4;
/frameworks/rs/driver/
H A DrsdIntrinsicConvolve5x5.cpp60 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
66 convert_float4(py0[x4]) * coeff[4] +
72 convert_float4(py1[x4]) * coeff[9] +
78 convert_float4(py2[x4]) * coeff[14] +
84 convert_float4(py3[x4]) * coeff[19] +
90 convert_float4(py4[x4]) * coeff[24];
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicConvolve5x5.cpp60 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
66 convert_float4(py0[x4]) * coeff[4] +
72 convert_float4(py1[x4]) * coeff[9] +
78 convert_float4(py2[x4]) * coeff[14] +
84 convert_float4(py3[x4]) * coeff[19] +
90 convert_float4(py4[x4]) * coeff[24];
/frameworks/base/core/java/android/view/
H A DDisplayList.java69 public static final int STATUS_DREW = 0x4;
/frameworks/base/libs/hwui/
H A DSnapshot.h69 kFlagIsFboLayer = 0x4,
/frameworks/native/services/sensorservice/
H A DFusion.h74 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
/frameworks/wilhelm/src/
H A Dtrace.h24 #define SL_TRACE_LEAVE_VOID 0x4

Completed in 3261 milliseconds

123