Searched refs:c3 (Results 1 - 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp97 double c0,c1,c2,c3; local
121 c3=b/a;
126 c3through2=c3/2.0;
127 c3through4=c3/4.0;
128 c3c3through4_min_c2=c3*c3through4-c2;
132 k1=c1*c3+min4_c0;
169 double c0,c1,c2,c3; local
193 c3=b/a;
198 c3through2=c3/2.0;
199 c3through4=c3/4.
[all...]
/packages/apps/Messaging/jni/
H A DGifTranscoder.h85 static ColorARGB computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4);
H A DGifTranscoder.cpp439 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1); local
441 ColorARGB avgColor = computeAverage(c1, c2, c3, c4);
447 ColorARGB GifTranscoder::computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4) { argument
449 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4);
451 (int) RED(c3) + (int) RED(c4)) / 4);
453 (int) GREEN(c3) + (int) GREEN(c4)) / 4);
455 (int) BLUE(c3) + (int) BLUE(c4)) / 4);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java6399 long c3 = id = RawContactUtil.createRawContact(mResolver, mAccount, RawContacts.SOURCE_ID,
6400 "c3");
6402 Uri id_3_1 = insertEmail(id, "c3@email.com");
6403 Uri id_3_2 = insertPhoneNumber(id, "5551212c3");
6407 null, RawContacts.SOURCE_ID + " in ('c1', 'c2', 'c3')", null, null));
6445 assertEquals(c3, (long) entity.getEntityValues().getAsLong(RawContacts._ID));
6454 Email.DATA, "c3@email.com");
6457 Email.DATA, "5551212c3");
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 220 milliseconds