Searched refs:c3 (Results 1 - 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities_poly.cpp | 97 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 D | GifTranscoder.h | 85 static ColorARGB computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4);
|
H A D | GifTranscoder.cpp | 429 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1); local 431 ColorARGB avgColor = computeAverage(c1, c2, c3, c4); 437 ColorARGB GifTranscoder::computeAverage(ColorARGB c1, ColorARGB c2, ColorARGB c3, ColorARGB c4) { argument 439 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4); 441 (int) RED(c3) + (int) RED(c4)) / 4); 443 (int) GREEN(c3) + (int) GREEN(c4)) / 4); 445 (int) BLUE(c3) + (int) BLUE(c4)) / 4);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2Test.java | 6307 long c3 = id = RawContactUtil.createRawContact(mResolver, mAccount, RawContacts.SOURCE_ID, 6308 "c3"); 6310 Uri id_3_1 = insertEmail(id, "c3@email.com"); 6311 Uri id_3_2 = insertPhoneNumber(id, "5551212c3"); 6315 null, RawContacts.SOURCE_ID + " in ('c1', 'c2', 'c3')", null, null)); 6353 assertEquals(c3, (long) entity.getEntityValues().getAsLong(RawContacts._ID)); 6362 Email.DATA, "c3@email.com"); 6365 Email.DATA, "5551212c3");
|
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
Completed in 624 milliseconds