Searched defs:c0 (Results 1 - 8 of 8) 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/minikin/libs/minikin/
H A DGraphemeBreak.cpp133 uint32_t c0 = c1; local
138 U16_PREV(buf, start, offset_backback, c0);
139 p0 = tailoredGraphemeClusterBreak(c0);
141 if (isEmojiBase(c0)) {
153 uint32_t c0 = 0; local
155 U16_PREV(buf, start, offset_backback, c0);
156 if (c0 == 0xFE0F && offset_backback > start) {
158 U16_PREV(buf, start, offset_backback, c0);
160 if (isEmoji(c0)) {
181 uint32_t c0 local
[all...]
/frameworks/av/include/media/
H A DInterpolator.h180 const S c0 = low->second; local
185 return c0 + c1 * t + (c2 + c3 * t) * t2;
/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/libaudioprocessing/
H A DAudioResamplerSinc.cpp601 int32_t c0 = coefs[0]; local
603 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.cpp83 __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
601 __m128i c0, c2, c4, c6, c8, c10, c12; local
[all...]

Completed in 6586 milliseconds