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

/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp135 uint32_t c0 = c1; local
140 U16_PREV(buf, start, offset_backback, c0);
141 p0 = tailoredGraphemeClusterBreak(c0);
143 if (isEmojiBase(c0)) {
155 uint32_t c0 = 0; local
157 U16_PREV(buf, start, offset_backback, c0);
158 if (c0 == 0xFE0F && offset_backback > start) {
160 U16_PREV(buf, start, offset_backback, c0);
162 if (isEmoji(c0)) {
183 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);
305 int32_t c0, int32_t c1, int32_t c2) const
307 int32_t dc01 = c1 - c0;
308 int32_t dc02 = c2 - c0;
309 const int A = gglClz(abs(c0));
313 c0 <<= scale;
317 c0 >>= -scale;
324 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
333 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
335 const GGLfixed dc01 = c1 - c0;
304 iteratorsScale(GGLfixed* it, int32_t c0, int32_t c1, int32_t c2) const argument
332 iterators1616(GGLfixed* it, GGLfixed c0, GGLfixed c1, GGLfixed c2) const argument
348 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
363 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
369 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
652 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 170 milliseconds