Searched defs:p2 (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c660 u8 p0, q0, p1, q1, p2, q2; local
682 p2 = data[-3];
685 if ((unsigned)ABS(p2-p0) < thresholds->beta)
688 (p2 + ((p0 + q0 + 1) >> 1) - (p1 << 1)) >> 1));
724 p2 = data[-3];
727 if (tmpFlag && (unsigned)ABS(p2-p0) < thresholds->beta)
730 data[-1] = (u8)((p2 + 2 * tmp + q1 + 4) >> 3);
731 data[-2] = (u8)((p2 + tmp + 2) >> 2);
732 data[-3] = (u8)((2 * data[-4] + 3 * p2 + tmp + 4) >> 3);
771 u8 p0, q0, p1, q1, p2, q local
840 u8 p0, q0, p1, q1, p2, q2; local
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp855 vertex_t *p0, *p1, *p2; local
1022 p2 = ivl[i];
1023 c->lerp.initTriangle(p0, p1, p2);
1024 if (cull_triangle(c, p0, p1, p2)) {
1025 p1 = p2;
1028 triangle(c, p0, p1, p2);
1029 p1 = p2;
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2; local
239 r3 = ssFunc(p2, &params[6]);
251 superShapeMap(&pc, r2, r3, t2, p2);
252 superShapeMap(&pd, r0, r3, t1, p2);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java216 * @param p2 is the second Phone obj
217 * @return true if p1 and p2 refer to the same phone
219 public static boolean isSamePhone(Phone p1, Phone p2) { argument
220 return (getPhoneBase(p1) == getPhoneBase(p2));
H A DRIL.java1452 iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1454 iccIOForApp(command, fileid, path, p1, p2, p3, data, pin2, null, result);
1457 iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
1468 rr.mp.writeInt(p2);
1479 + p1 + "," + p2 + "," + p3
H A DCommandsInterface.java1058 void iccIO (int command, int fileid, String path, int p1, int p2, int p3, argument
1066 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, argument
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java216 public void iccIO (int command, int fileid, String path, int p1, int p2, argument
219 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1048 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
1050 iccIOForApp(command, fileid, path, p1, p2, p3, data,pin2, null, response);
1058 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java381 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, argument
621 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, argument
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2015 vec2 p2 = a + n; local
2020 const float left = fmin(p1.x, fmin(p2.x, fmin(p3.x, p4.x)));
2021 const float right = fmax(p1.x, fmax(p2.x, fmax(p3.x, p4.x)));
2022 const float top = fmin(p1.y, fmin(p2.y, fmin(p3.y, p4.y)));
2023 const float bottom = fmax(p1.y, fmax(p2.y, fmax(p3.y, p4.y)));
2038 Vertex::set(vertices++, p2.x, p2.y);
2082 AAVertex::set(aaVertices++, p2.x, p2.y, 0, 0);
/frameworks/base/services/input/
H A DInputReader.cpp4902 const RawPointerData::Pointer& p2 = mCurrentRawPointerData.pointerForId(id2); local
4903 float mutualDistance = distance(p1.x, p1.y, p2.x, p2.y);

Completed in 708 milliseconds

12