Searched refs:i4 (Results 1 - 14 of 14) 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/java/tests/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/
H A DrsCppUtils.h270 static inline uint16_t rsBoxFilter565(uint16_t i1, uint16_t i2, uint16_t i3, uint16_t i4) { argument
271 uint32_t r = ((i1 & 0x1f) + (i2 & 0x1f) + (i3 & 0x1f) + (i4 & 0x1f));
272 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f);
273 uint32_t b = ((i1 >> 11) + (i2 >> 11) + (i3 >> 11) + (i4 >> 11));
277 static inline uint32_t rsBoxFilter8888(uint32_t i1, uint32_t i2, uint32_t i3, uint32_t i4) { argument
278 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
279 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
280 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff);
281 uint32_t a = ((i1 >> 24) & 0xff) + ((i2 >> 24) & 0xff) + ((i3 >> 24) & 0xff) + ((i4 >> 24) & 0xff);
H A DrsFont.cpp594 int32_t i4 = i * 4; local
596 indexPtr[i6 + 0] = i4 + 0;
597 indexPtr[i6 + 1] = i4 + 1;
598 indexPtr[i6 + 2] = i4 + 2;
600 indexPtr[i6 + 3] = i4 + 0;
601 indexPtr[i6 + 4] = i4 + 2;
602 indexPtr[i6 + 5] = i4 + 3;
/frameworks/rs/api/
H A Dgen_runtime.cpp241 string expandString(string s, int i1, int i2, int i3, int i4) const;
242 void expandStringVector(const vector<string>& in, int i1, int i2, int i3, int i4,
253 string getName(int i1, int i2, int i3, int i4) const {
254 return expandString(mName, i1, i2, i3, i4);
256 string getReturn(int i1, int i2, int i3, int i4) const {
257 return expandString(mReturn, i1, i2, i3, i4);
259 void getComments(int i1, int i2, int i3, int i4, vector<string>* comments) const { argument
260 return expandStringVector(mComment, i1, i2, i3, i4, comments);
262 void getInlines(int i1, int i2, int i3, int i4, vector<string>* inlines) const { argument
263 return expandStringVector(mInline, i1, i2, i3, i4, inline
265 getParams(int i1, int i2, int i3, int i4, vector<string>* params) const argument
891 expandStringVector(const vector<string>& in, int i1, int i2, int i3, int i4, vector<string>* out) const argument
1105 Permutation(Function* func, Specification* spec, int i1, int i2, int i3, int i4) argument
[all...]
/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/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, Configuration configuration, Surface surface) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c152 __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/net/
H A DMobileDataStateTracker.java827 NetworkDataEntry(int i1, int i2, int i3, int i4) { argument
831 latency = i4;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12693 for (int i4=0, N4=sourceProcesses.size(); i4<N4; i4++) {
12694 Association ass = sourceProcesses.valueAt(i4);

Completed in 1262 milliseconds