Searched refs:c0 (Results 1 - 14 of 14) 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/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java197 int c0 = colors[i];
204 // comparing the original (c0) with the returned color is tricky,
207 int a0 = Color.alpha(c0);
211 int r0 = Color.red(c0);
216 int g0 = Color.green(c0);
221 int b0 = Color.blue(c0);
228 android.util.Log.d("skia", "original " + Integer.toHexString(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/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/support/renderscript/v8/rs_support/
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/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...]
H A Dcontext.h550 int32_t c0, int32_t c1, int32_t c2) const;
553 GGLfixed c0, GGLfixed c1, GGLfixed c2) const;
556 int32_t c0, int32_t c1, int32_t c2) const;
559 int32_t c0, int32_t c1, int32_t c2) const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java458 char c0;
462 c0 = command.charAt(6);
468 success = simulatedCallState.onChld(c0, c1);
H A DSimulatedGsmCallState.java391 onChld(char c0, char c1) { argument
403 switch (c0) {
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java405 int c0 = (i+1) % 4;
412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] -
414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] -
416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java405 int c0 = (i+1) % 4;
412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] -
414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] -
416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp436 int32_t c0 = coefs[0]; local
438 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java304 char[] c0 = new char[]{'a'};
307 char[] cr = mRemote.charArray(c0, c1, c2);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp317 void waitUntil(int c0, int c1, int c2);
367 void MSurface::waitUntil(int c0, int c1, int c2) { argument
368 INFO("waitUntil: %d %d %d", c0, c1, c2);
371 if (registerBuffersCount >= c0 &&

Completed in 6179 milliseconds