Searched refs:p2 (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
H A Dresidu.c35 Word16 i,*p1, *p2; local
40 p2 = &x[i];
41 s = vo_mult32((*p1++), (*p2--));
42 s += vo_mult32((*p1++), (*p2--));
43 s += vo_mult32((*p1++), (*p2--));
44 s += vo_mult32((*p1++), (*p2--));
45 s += vo_mult32((*p1++), (*p2--));
46 s += vo_mult32((*p1++), (*p2--));
47 s += vo_mult32((*p1++), (*p2--));
48 s += vo_mult32((*p1++), (*p2
[all...]
H A Dsyn_filt.c41 Word16 *yy, *p1, *p2; local
53 p2 = &yy[i-1];
55 L_tmp -= vo_mult32((*p1++), (*p2--));
56 L_tmp -= vo_mult32((*p1++), (*p2--));
57 L_tmp -= vo_mult32((*p1++), (*p2--));
58 L_tmp -= vo_mult32((*p1++), (*p2--));
59 L_tmp -= vo_mult32((*p1++), (*p2--));
60 L_tmp -= vo_mult32((*p1++), (*p2--));
61 L_tmp -= vo_mult32((*p1++), (*p2--));
62 L_tmp -= vo_mult32((*p1++), (*p2
97 Word16 *p1, *p2, *p3; local
[all...]
H A Dcor_h_x.c43 Word16 *p1, *p2; local
56 p2 = &h[0];
58 L_tmp += vo_L_mult(*p1++, *p2++);
69 p2 = &h[0];
71 L_tmp += vo_L_mult(*p1++, *p2++);
82 p2 = &h[0];
84 L_tmp += vo_L_mult(*p1++, *p2++);
95 p2 = &h[0];
97 L_tmp += vo_L_mult(*p1++, *p2++);
H A Dp_med_ol.c43 Word16 *p1, *p2; local
62 p2 = &wsp[-i];
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
101 p2 = hp_wsp - Tm;
105 R1 += vo_mult32(*p2, *p2);
106 R0 += vo_mult32(*p1++, *p2
[all...]
H A Dc4t64fx.c138 Word16 *p0, *p1, *p2, *p3, *psign; local
266 p2 = dn2;
271 *p2++ = s >> 7;
273 *p2++ = s >> 7;
275 *p2++ = s >> 7;
277 *p2++ = s >> 7;
357 p2 = h_inv;
362 *p2++ = -(*p1++);
364 *p2++ = -(*p1++);
366 *p2
837 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
909 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
982 Word16 *p0, *p1, *p2; local
[all...]
H A Dautocorr.c41 Word16 *p1,*p2,*p3; local
107 p2 = y + (2*i)-1;
109 L_sum1 += *p1 * *p2++;
110 L_sum += *p1++ * *p2;
113 L_sum1 += *p1 * *p2++;
H A Dc2t64fx.c59 Word16 *p0, *p1, *p2, *psign; local
99 p2 = dn2;
104 *p2++ = s >> 7;
106 *p2++ = s >> 7;
108 *p2++ = s >> 7;
110 *p2++ = s >> 7;
225 p2 = rrixiy;
240 alp2 = add1(alp1, add1(*p1++, *p2++));
/frameworks/compile/libbcc/tests/data/src/
H A DaddressOf.c23 int* p2 = a; local
24 printf("testArray: %d %d %d\n", a[0], *p, *p2);
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_cor.cpp225 Word16 *p2; local
244 p2 = p_scal_sig++;
250 t3 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p2++), t3);
251 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
255 t3 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p2++), t3);
256 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
H A Dc1035pf.cpp272 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
347 p2 = h - codvec[2];
361 s = L_mac (s, *p2++, _sign[2]);
410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; local
499 p2 = h - *(p_codvec++);
516 s += (*p2++ * *(p__sign++)) >> 7;
H A Dc8_31pf.cpp209 Word16 *p2; local
303 p2 = h - *(p_codvec++);
329 *p2++,
H A Dc3_14pf.cpp689 Word16 *p2; local
777 p2 = h - codvec[2];
799 *p2++,
H A Dc4_17pf.cpp759 Word16 *p2; local
844 p2 = h - codvec[2];
867 *p2++,
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dpreemph.cpp245 Word16 *p2; local
251 p2 = p1 - 1;
256 temp2 = mult(g, *(p2--), pOverflow);
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp68 UChar *kk, *p1, *p2; local
74 if (ih) p2 = ref + 1;
75 else p2 = ref + width;
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
90 p2 += width;
100 UChar *kk, *p1, *p2, *p3, *p4; local
104 p2 = ref + 1;
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
123 p2 += width;
142 UChar *kk, *p1, *p2; local
174 UChar *kk, *p1, *p2, *p3, *p4; local
225 UChar *kk, *p1, *p2, *p3, *p4; local
266 UChar *kk, *p1, *p2; local
339 UChar *p1, *p2; local
418 UChar *p1, *p2; local
573 UChar *p1, *p2; local
641 UChar *p1, *p2; local
784 UChar *kk, *p1, *p2, *p3, *p4; local
[all...]
H A Dme_utils.cpp113 UChar *p1, *p2, *p3, *p4; local
119 p2 = cand - lx;
127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2;
128 *hmem1++ = ((*p2++) + *p4 + 1) >> 1;
133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2;
138 p2 += offset;
145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2;
146 *hmem1++ = ((*p2++) + (*p4++) + 1) >> 1;
149 *hmem1 = (*p1 + *p2 + *p3 + *p4 + 2) >> 2;
169 UChar *p1, *p2, *p local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp74 uint8 *kk, *p1, *p2, *p3, *p4; local
82 p2 = ref + 1;
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
103 p2 += rx;
115 uint8 *kk, *p1, *p2; local
123 p2 = ref + rx; /* either left/right or top/bottom pixel */
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
140 p2 += rx;
185 uint8 *p1, *p2; local
206 p2
267 uint8 *p1, *p2; local
428 uint8 *p1, *p2; local
496 uint8 *p1, *p2; local
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c55 int p3, p2, p1, p0, q0, q1, q2, q3; local
64 p2 = pQ0[-3*Step];
75 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta);
79 ap = armAbs(p2 - p0);
110 delta = (p2 + ((p0+q0+1)>>1) - (p1<<1))>>1;
126 pQ0[-1*Step] = (OMX_U8)((p2 + 2*p1 + 2*p0 + 2*q0 + q1 + 4)>>3);
127 pQ0[-2*Step] = (OMX_U8)((p2 + p1 + p0 + q0 + 2)>>2);
128 pQ0[-3*Step] = (OMX_U8)((2*p3 + 3*p2 + p1 + p0 + q0 + 4)>>3);
148 p3, p2, p1, p0, q0, q1, q2, q3, bS,
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp112 Poly p2, *p, *q, *r; local
138 * at each step toggling between polygons p1 and p2
141 q = &p2;
149 /* if result ended up in p2 then copy it to p1 */
150 if (p==&p2)
151 memcpy(p1, &p2, sizeof(Poly)-(POLY_NMAX-p2.n)*sizeof(Poly_vert));
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java552 byte[] p2 = intToByteArray(param[1]);
553 p = concatArrays(p, p2);
577 byte[] p2 = intToByteArray(param[1]);
578 p = concatArrays(p, p2);
603 byte[] p2 = intToByteArray(param[1]);
604 p = concatArrays(p, p2);
721 byte[] p2 = intToByteArray(param[1]);
722 p = concatArrays(p, p2);
755 byte[] p2 = intToByteArray(param[1]);
756 p = concatArrays(p, p2);
[all...]
H A DEqualizer.java413 int p2 = -1;
419 p2 = byteArrayToInt(param, 4);
429 l.onParameterChange(Equalizer.this, status, p1, p2, v);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java74 Paint p2 = new Paint();
75 p2.setAlpha(127);
84 rightList.setLayerType(View.LAYER_TYPE_SOFTWARE, p2);
/frameworks/base/services/java/com/android/server/am/
H A DReceiverList.java81 String p2 = prefix + " ";
89 bf.dumpInReceiverList(pw, pr, p2);
H A DBroadcastRecord.java151 String p2 = prefix + " ";
158 ((BroadcastFilter)o).dumpBrief(pw, p2);
160 ((ResolveInfo)o).dump(printer, p2);
/frameworks/base/libs/rs/
H A DrsElement.cpp256 const uint8_t *p2 = &p[mFields[i].offsetBits >> 3]; local
258 mFields[i].e->incRefs(p2);
259 p2 += mFields[i].e->getSizeBytes();
278 const uint8_t *p2 = &p[mFields[i].offsetBits >> 3]; local
280 mFields[i].e->decRefs(p2);
281 p2 += mFields[i].e->getSizeBytes();

Completed in 735 milliseconds

12