Searched defs:c0 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c87 int c0 = pData[i+0]; local
91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
100 int c0 = pData[i+0]; local
104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
106 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
107 pData[i+12] = (OMX_S16)(c0
[all...]
/frameworks/rs/
H A DrsMatrix4x4.cpp44 int c0 = (i+1) % 4; local
52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
86 int c0 = (i+1) % 4; local
93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
94 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
95 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java392 onChld(char c0, char c1) { argument
404 switch (c0) {
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1207 c0 = C0 = clipTable[Strng];
1208 if (ap < 0) c0++;
1209 if (aq < 0) c0++;
1211 //dif = IClip(-c0, c0, ((Delta << 2) + (L1 - R1) + 4) >> 3);
1213 tmp = dif + c0;
1214 if ((uint)tmp > (uint)c0 << 1)
1217 dif = (tmp & (c0 << 1)) - c0;
1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1496 int c0, dif; local
1586 int c0, dif; local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp844 int32_t c0 = coefs[0]; local
846 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
303 iteratorsScale(GGLfixed* it, int32_t c0, int32_t c1, int32_t c2) const argument
331 iterators1616(GGLfixed* it, GGLfixed c0, GGLfixed c1, GGLfixed c2) const argument
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
651 const GGLcolor c0 = v0->color.v[i] * 255; local
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c83 __m128i c0, c2, c4, c6, c8; local
90 c0 = _mm_shuffle_epi32(x, 0x00);
113 o0 = _mm_madd_epi16(_mm_unpacklo_epi16(p0, p1), c0);
114 o1 = _mm_madd_epi16(_mm_unpacklo_epi16(p1, p2), c0);
151 __m128i c0, c1, c2, c3; local
157 c0 = _mm_loadl_epi64((const __m128i *)(coef+0));
159 c0 = _mm_unpacklo_epi16(c0, c1);
170 x2 = _mm_madd_epi16(xy, _mm_shuffle_epi32(c0, 0x00));
171 y2 = _mm_madd_epi16(xy, _mm_shuffle_epi32(c0,
207 __m128i c0, c1, c2, c3; local
259 __m128i c0, c1, c2, c3; local
414 __m128i c0, c1, c2, c3, c4; local
476 __m128i c0, c1, c2, c3, c4; local
538 __m128i c0, c1, c2, c3, c4; local
600 __m128i c0, c2, c4, c6, c8, c10, c12; local
[all...]

Completed in 31 milliseconds