Searched refs:i4 (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dresidu_asm_opt.s83 SMULTT r12, r5, r10 @i4(0) --- r12 = x[3] * a0
87 SMLABB r12, r5, r10, r12 @i4(1) --- r12 += x[2] * a1
90 SMLATT r12, r6, r2, r12 @i4(2) --- r12 += x[1] * a2
91 SMLABB r12, r6, r2, r12 @i4(3) --- r12 += x[0] * a3
98 SMLATT r12, r7, r2, r12 @i4(4) --- r12 += x[-1] * a4
103 SMLABB r12,r7, r2, r12 @ i4 (5)
109 SMLATT r12,r8, r2, r12 @ i4 (6)
113 SMLABB r12,r8, r2, r12 @ i4 (7)
119 SMLATT r12,r9, r2, r12 @ i4 (8)
123 SMLABB r12,r9, r2, r12 @ i4 (
[all...]
/frameworks/rs/
H A DrsCppUtils.h174 static inline uint16_t rsBoxFilter565(uint16_t i1, uint16_t i2, uint16_t i3, uint16_t i4) { argument
175 uint32_t r = ((i1 & 0x1f) + (i2 & 0x1f) + (i3 & 0x1f) + (i4 & 0x1f));
176 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f);
177 uint32_t b = ((i1 >> 11) + (i2 >> 11) + (i3 >> 11) + (i4 >> 11));
181 static inline uint32_t rsBoxFilter8888(uint32_t i1, uint32_t i2, uint32_t i3, uint32_t i4) { argument
182 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
183 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
184 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff);
185 uint32_t a = ((i1 >> 24) & 0xff) + ((i2 >> 24) & 0xff) + ((i3 >> 24) & 0xff) + ((i4 >> 24) & 0xff);
H A DrsFont.cpp591 int32_t i4 = i * 4; local
593 indexPtr[i6 + 0] = i4 + 0;
594 indexPtr[i6 + 1] = i4 + 1;
595 indexPtr[i6 + 2] = i4 + 2;
597 indexPtr[i6 + 3] = i4 + 0;
598 indexPtr[i6 + 4] = i4 + 2;
599 indexPtr[i6 + 5] = i4 + 3;
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_instance.java81 int i4[] = new int[1];
87 ai4.copyTo(i4);
93 assertEquals(4, i4[0]);
98 assertEquals(4, i4[0]);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_instance.java81 int i4[] = new int[1];
87 ai4.copyTo(i4);
93 assertEquals(4, i4[0]);
98 assertEquals(4, i4[0]);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ds10_8pf.cpp190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
296 // i4 and i5 loop:
319 for (i4 = ipos[4]; i4 < L_CODE; i4 += step)
321 ps1 = add (ps0, dn[i4]);
323 alp1 = L_mac (alp0, rr[i4][i4], _1_32);
324 alp1 = L_mac (alp1, rr[i0][i4], _1_16);
325 alp1 = L_mac (alp1, rr[i1][i4], _1_1
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
[all...]
/frameworks/rs/tests/cpp_api/typecheck/
H A Dkernels.rs64 int4 i4;
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DR4R8First_v5.s108 add r7, r9, r3 @ i4 = (i0 + i2) >> 1@
176 add r11, r5, r9 @ buf[ 1] = i4 + t1@
179 sub r5, r5, r9 @ buf[ 9] = i4 - t1@
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c113 int i4, i5, i6, i7; local
128 i4 = (i0 + i2) >> 1;
151 buf[ 1] = i4 + t1;
153 buf[ 9] = i4 - t1;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java91 int i3, int i4, int i5, Rect rect, Rect rect2, Rect rect3, Rect rect4, Rect rect5,
90 relayout(IWindow iWindow, int i, LayoutParams layoutParams, int i2, int i3, int i4, int i5, Rect rect, Rect rect2, Rect rect3, Rect rect4, Rect rect5, Rect rect6, Rect rect7, MergedConfiguration mergedConfig, Surface surface) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp152 __m128i i4, o4; local
166 i4 = _mm_load_si128((const __m128i *)src);
167 xy = _mm_shuffle_epi8(i4, Mxy);
168 zw = _mm_shuffle_epi8(i4, Mzw);
208 __m128i i4, o4; local
222 i4 = _mm_loadu_si128((const __m128i *)src);
223 xy = _mm_shuffle_epi8(i4, Mxy);
224 zw = _mm_shuffle_epi8(i4, Mzw);
260 __m128i i4, o4; local
278 i4
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DR4R8First_v7.s50 VADD.S32 Q0, Q2, Q3 @ r4 = (r0 + r2)@i4 = (i0 + i2)@i6 = (i1 + r3)@r7 = (r1 + i3)
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1707 Icon i1, Icon i2, Icon i3, Icon i4) {
1714 this.i4 = i4;
1732 i4 = Icon.CREATOR.createFromParcel(parcel);
1766 if (i4 != null) {
1768 i4.writeToParcel(dest, 0);
1795 final Drawable id4 = i4 == null ? null : i4.loadDrawable(ctx);
1816 new TextViewDrawableAction(viewId, isRelative, i1, i2, i3, i4) :
1827 copy.id4 = i4
1706 TextViewDrawableAction(int viewId, boolean isRelative, Icon i1, Icon i2, Icon i3, Icon i4) argument
1849 Icon i1, i2, i3, i4; field in class:RemoteViews.TextViewDrawableAction
[all...]
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp978 void rsDebug(const char *s, const int4 *i4) { argument
979 int4 i = *i4;
996 void rsDebug(const char *s, const uint4 *i4) { argument
997 uint4 i = *i4;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1342 void rsDebug(const char *s, const int4 *i4) { argument
1343 int4 i = *i4;
1361 void rsDebug(const char *s, const uint4 *i4) { argument
1362 uint4 i = *i4;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15395 for (int i4=0, N4=sourceProcesses.size(); i4<N4; i4++) {
15396 Association ass = sourceProcesses.valueAt(i4);
20689 for (int i4=0, N4=sourceProcesses.size(); i4<N4; i4++) {
20690 Association ass = sourceProcesses.valueAt(i4);
[all...]

Completed in 728 milliseconds