Searched defs:i1 (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dph_disp.cpp453 Word16 i, i1;
506 i1 = 0;
511 i1 = add (i1, 1);
514 if (sub(i1, 2) > 0)
599 // inno[i1] += inno_sav[ppos] * ph_imp[i1-ppos]
670 register Word16 i, i1; local
760 i1 = 0;
765 i1
[all...]
/frameworks/rs/
H A DrsUtils.h102 static inline uint16_t rsBoxFilter565(uint16_t i1, uint16_t i2, uint16_t i3, uint16_t i4) { argument
103 uint32_t r = ((i1 & 0x1f) + (i2 & 0x1f) + (i3 & 0x1f) + (i4 & 0x1f));
104 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f);
105 uint32_t b = ((i1 >> 11) + (i2 >> 11) + (i3 >> 11) + (i4 >> 11));
109 static inline uint32_t rsBoxFilter8888(uint32_t i1, uint32_t i2, uint32_t i3, uint32_t i4) { argument
110 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
111 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
112 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff);
113 uint32_t a = ((i1 >> 24) & 0xff) + ((i2 >> 24) & 0xff) + ((i3 >> 24) & 0xff) + ((i4 >> 24) & 0xff);
/frameworks/support/renderscript/v8/rs_support/
H A DrsUtils.h102 static inline uint16_t rsBoxFilter565(uint16_t i1, uint16_t i2, uint16_t i3, uint16_t i4) { argument
103 uint32_t r = ((i1 & 0x1f) + (i2 & 0x1f) + (i3 & 0x1f) + (i4 & 0x1f));
104 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f);
105 uint32_t b = ((i1 >> 11) + (i2 >> 11) + (i3 >> 11) + (i4 >> 11));
109 static inline uint32_t rsBoxFilter8888(uint32_t i1, uint32_t i2, uint32_t i3, uint32_t i4) { argument
110 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
111 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
112 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff);
113 uint32_t a = ((i1 >> 24) & 0xff) + ((i2 >> 24) & 0xff) + ((i3 >> 24) & 0xff) + ((i4 >> 24) & 0xff);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_11pf.cpp73 * The code length is 40, containing 2 nonzero pulses: i0...i1.
75 * Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
80 * i1 : 0, 5, 10, 15, 20, 25, 30, 35.
179 The code length is 40, containing 2 nonzero pulses: i0...i1.
181 Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
186 i1 : 0, 5, 10, 15, 20, 25, 30, 35.
412 Word16 i1; local
466 * i1 loop: 8 positions. *
480 for (i1 = ipos[1]; i1 < L_COD
[all...]
H A Dc2_9pf.cpp197 The code length is 40, containing 2 nonzero pulses: i0...i1. All pulses can
199 pulse i1 can have 8 positions. Also coded is which track pair should be used,
204 i1 : 2, 7, 12, 17, 22, 27, 32, 37.
206 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
210 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
212 i1 : 4, 9, 14, 19, 24, 29, 34, 39.
216 i1 : 2, 7, 12, 17, 22, 27, 32, 37.
218 i1 : 4, 9, 14, 19, 24, 29, 34, 39.
222 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
224 i1
596 register Word16 i1; local
[all...]
H A Dc3_14pf.cpp157 Pulse i0 can have 8 possible positions, pulses i1 and i2 can have
161 i1 : 1, 6, 11, 16, 21, 26, 31, 36.
382 Word16 i1; local
448 * i1 loop: 8 positions. *
464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
467 /* ps1 = add(ps0, dn[i1], pOverflow); */
468 ps1 = ps0 + dn[i1];
470 /* alp1 = alp0 + rr[i0][i1]
[all...]
H A Dc4_17pf.cpp171 i1 : 1, 6, 11, 16, 21, 26, 31, 36.
395 Word16 i1; local
460 * i1 loop: 8 positions. *
476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
479 /* ps1 = add(ps0, dn[i1], pOverflow); */
480 ps1 = ps0 + dn[i1];
482 /* alp1 = alp0 + rr[i0][i1] + 1/2*rr[i1][i
[all...]
H A Ds10_8pf.cpp76 5. Use array Index[] to store indexes i1:i9, and then use memcpy
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
212 // i1 loop: *
226 i1 = pos_max[ipos[1]];
227 ps0 = add (dn[i0], dn[i1]);
229 alp0 = L_mac (alp0, rr[i1][i1], _1_16);
230 alp0 = L_mac (alp0, rr[i0][i1], _1_8);
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
263 alp1 = L_mac (alp1, rr[i1][i
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc2t64fx.c56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
237 for (i1 = 1; i1 < L_SUBFR; i1 += STEP)
239 ps2 = add1(ps1, dn[i1]);
247 pos = i1;
267 i1 = (iy >> 1); /* pos of pulse 2 (0..31) */
285 i1 += NB_POS;
288 *index = add1((i0 << 6), i1);
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx188 Inst_t i1 = (~(j1 ^ s)) & 0x1u, local
191 // 0 s i1 i2 u l 0
192 A = SIGN_EXTEND((s << 23) | (i1 << 22) | (i2 << 21) | (u << 11) | l, 24);
273 // 0 s i1 i2 u l 0
278 i1 = (result >> 22) & 0x1u, local
280 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c111 int i0, i1, i2, i3; local
121 i1 = buf[1] - buf[3];
132 i6 = (i1 + r3) >> 1;
134 i7 = (i1 - r3) >> 1;
139 i1 = buf[ 9] - buf[11];
160 i0 = i1 + r3;
162 i2 = i1 - r3;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp329 ARMRelocationFactory::DWord i1 = j1 ^ s? 0: 1, local
333 // 0 s i1 i2 u l 0
334 return helper_sign_extend((s << 24) | (i1 << 23) | (i2 << 22) |
/frameworks/rs/driver/
H A DrsdAllocation.cpp776 const uint16_t *i1 = (uint16_t *)GetOffsetPtr(alloc, 0, y*2, lod, face); local
780 *oPtr = rsBoxFilter565(i1[0], i1[1], i2[0], i2[1]);
782 i1 += 2;
795 const uint32_t *i1 = (uint32_t *)GetOffsetPtr(alloc, 0, y*2, lod, face); local
799 *oPtr = rsBoxFilter8888(i1[0], i1[1], i2[0], i2[1]);
801 i1 += 2;
814 const uint8_t *i1 = GetOffsetPtr(alloc, 0, y*2, lod, face); local
818 *oPtr = (uint8_t)(((uint32_t)i1[
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp469 const uint16_t *i1 = (uint16_t *)GetOffsetPtr(alloc, 0, y*2, lod, face); local
473 *oPtr = rsBoxFilter565(i1[0], i1[1], i2[0], i2[1]);
475 i1 += 2;
488 const uint32_t *i1 = (uint32_t *)GetOffsetPtr(alloc, 0, y*2, lod, face); local
492 *oPtr = rsBoxFilter8888(i1[0], i1[1], i2[0], i2[1]);
494 i1 += 2;
507 const uint8_t *i1 = GetOffsetPtr(alloc, 0, y*2, lod, face); local
511 *oPtr = (uint8_t)(((uint32_t)i1[
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp576 int i1 = getInt(); local
579 (char*) indent, OP_NAMES[op], f1, f2, f3, f4, f5, f6, i1, paint);
1210 int32_t i1 = getInt(); local
1213 (char*) indent, OP_NAMES[op], f1, f2, f3, f4, f5, f6, i1, paint);
1214 drawGlStatus |= renderer.drawArc(f1, f2, f3, f4, f5, f6, i1 == 1, paint);

Completed in 1283 milliseconds