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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c72 int c0 = pData[i+0]; local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
85 int c0 = pData[i+0]; local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
92 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/av/services/audioflinger/
H A DAudioResamplerSinc.cpp827 int32_t c0 = coefs[0]; local
829 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
/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/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...]

Completed in 233 milliseconds