Searched defs:c1 (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair.c88 int c1 = pData[i+1]; 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);
101 int c1 = pData[i+4]; 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-c1
[all...]
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp84 uint32_t c1 = 0; local
87 U16_PREV(buf, start, offset_back, c1);
89 int32_t p1 = tailoredGraphemeClusterBreak(c1);
124 U16_PREV(buf, start, offset_back, c1);
125 if (tailoredGraphemeClusterBreak(c1) != U_GCB_REGIONAL_INDICATOR) {
126 offset_back += U16_LENGTH(c1);
147 if (u_getIntPropertyValue(c1, UCHAR_CANONICAL_COMBINING_CLASS) == 9 // virama
148 && !isPureKiller(c1)
153 if (c1 == 0x200D && isEmoji(c2) && offset_back > start) {
168 if (c1
[all...]
/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp165 int c1 = data[i]; local
166 int c2 = u_charMirror(c1);
168 if (c1 != c2) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DGradient_Delegate.java193 * Returns the color between c1, and c2, based on the percent of the distance
194 * between c1 and c2.
196 private int computeColor(int c1, int c2, float percent) { argument
197 int a = computeChannel((c1 >> 24) & 0xFF, (c2 >> 24) & 0xFF, percent);
198 int r = computeChannel((c1 >> 16) & 0xFF, (c2 >> 16) & 0xFF, percent);
199 int g = computeChannel((c1 >> 8) & 0xFF, (c2 >> 8) & 0xFF, percent);
200 int b = computeChannel((c1 ) & 0xFF, (c2 ) & 0xFF, percent);
208 private int computeChannel(int c1, int c2, float percent) { argument
209 return c1 + (int)((percent * (c2-c1))
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; argument
57 float c1(void) const { return _c1; } function in class:ColorFract
H A DhwcTestLib.cpp163 out << '[' << this->c1() << ", "
309 float c1, c2, c3; local
320 in >> c1; local
322 if ((c1 < 0.0) || (c1 > 1.0)) { return color; }
345 if ((c1 < 0.0) || (c1 > 1.0)
352 return ColorFract(c1, c2, c3);
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
707 ColorFract color(startColor.c1()
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp508 uint8 *c1 = qpel_cand; local
529 *c1 = (c + a + 1) >> 1;
530 *(c1 += 384) = (b + a + 1) >> 1; /* c2 */
531 *(c1 += 384) = (b + c + 1) >> 1; /* c3 */
532 *(c1 += 384) = (b + d + 1) >> 1; /* c4 */
536 *(c1 += 384) = (c + d + 1) >> 1; /* c5 */
537 *(c1 += 384) = (b + d + 1) >> 1; /* c6 */
538 *(c1 += 384) = (b + c + 1) >> 1; /* c7 */
539 *(c1 += 384) = (b + a + 1) >> 1; /* c8 */
541 c1
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DUtils.java216 public static <T extends Comparable> int compare(Comparable<T> c1, T c2) { argument
217 if (c1 == null) {
222 return c1.compareTo(c2);
/frameworks/minikin/include/minikin/
H A DMinikinFont.h130 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { argument
131 return ((uint32_t)c1 << 24) | ((uint32_t)c2 << 16) |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java214 public static <T extends Comparable> int compare(Comparable<T> c1, T c2) { argument
215 if (c1 == null) {
222 return c1.compareTo(c2);
/frameworks/rs/
H A DrsMatrix4x4.cpp45 int c1 = (i+2) % 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]));
87 int c1 = (i+2) % 4; local
93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1
[all...]
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp124 void verifyClients(bool c1, bool c2, bool c3) { argument
129 EXPECT_EQ(c1, client1->reclaimed());
270 verifyClients(true /* c1 */, false /* c2 */, true /* c3 */);
274 verifyClients(false /* c1 */, true /* c2 */, false /* c3 */);
292 verifyClients(true /* c1 */, true /* c2 */, true /* c3 */);
311 verifyClients(false /* c1 */, true /* c2 */, false /* c3 */);
315 verifyClients(true /* c1 */, false /* c2 */, false /* c3 */);
319 verifyClients(false /* c1 */, false /* c2 */, true /* c3 */);
336 verifyClients(true /* c1 */, false /* c2 */, false /* c3 */);
340 verifyClients(false /* c1 */, tru
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java392 onChld(char c0, char c1) { argument
396 if (c1 != 0) {
397 callIndex = c1 - '1';
409 if (c1 <= 0) {
421 if (c1 <= 0) {
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp602 int32_t c1 = coefs[offset]; local
603 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java598 * Returns true if <code>c1</code> could be the last character of
603 private static boolean isSmileyBreak(char c1, char c2) { argument
604 switch (c1) {
/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;
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
348 int32_t c0, int32_t c1, int32_t c2) const
351 int32_t dc01 = (c1 - c0)>>s;
363 int32_t c0, int32_t c1, int32_t c2) const
365 ::iterators0032(this, it, c0, c1, c2);
369 int32_t c0, int32_t c1, int32_
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
652 const GGLcolor c1 = v1->color.v[i] * 255; local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp382 char c1 = tolower(iv.c_str()[2 + 2 * i]); local
384 if (!isxdigit(c1) || !isxdigit(c2)) {
388 uint8_t nibble1 = isdigit(c1) ? c1 - '0' : c1 - 'a' + 10;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp151 __m128i c0, c1, c2, c3; local
158 c1 = _mm_loadl_epi64((const __m128i *)(coef+4));
159 c0 = _mm_unpacklo_epi16(c0, c1);
207 __m128i c0, c1, c2, c3; local
214 c1 = _mm_loadl_epi64((const __m128i *)(coef+4));
215 c0 = _mm_unpacklo_epi16(c0, c1);
259 __m128i c0, c1, c2, c3; local
267 c1 = _mm_loadl_epi64((const __m128i *)(coef+4));
268 c1 = _mm_shufflelo_epi16(c1,
414 __m128i c0, c1, c2, c3, c4; local
476 __m128i c0, c1, c2, c3, c4; local
538 __m128i c0, c1, c2, c3, c4; local
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4797 int32_t c1 = signExtendNybble((in.orientation & 0xf0) >> 4); local
4799 if (c1 != 0 || c2 != 0) {
4800 orientation = atan2f(c1, c2) * 0.5f;
4801 float confidence = hypotf(c1, c2);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1502 milliseconds