HomeSort by relevance Sort by last modified time
    Searched refs:Am (Results 1 - 10 of 10) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 87 double Am = AA[j];
89 anorm += Am * Am;
238 double Am = A1[j];
240 anorm += Am * Am;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 146 int Am=0,Aw=0;
180 Am|=1<<i;
183 fprintf(stderr,"Aw=%d Am=0x%02X\n",Aw,Am);
202 a=(a<<format->Aloss)|((a*Am)>>Aw);
  /external/opencv/cv/src/
_cvmatrix.h 351 CvMat Am = cvMat( n, n, CV_64F, A );
354 cvInvert( &Am, &invAm, CV_SVD );
  /external/opencv/cvaux/src/
cveigenobjects.cpp 63 double Am = AA[j];
65 anorm += Am * Am;
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 19 package com.android.commands.am;
55 public class Am extends BaseCommand {
75 (new Am()).run(args);
80 "usage: am [subcommand] [options]\n" +
81 "usage: am start [-D] [-W] [-P <FILE>] [--start-profiler <FILE>]\n" +
84 " am startservice [--user <USER_ID> | current] <INTENT>\n" +
85 " am force-stop [--user <USER_ID> | all | current] <PACKAGE>\n" +
86 " am kill [--user <USER_ID> | all | current] <PACKAGE>\n" +
87 " am kill-all\n" +
88 " am broadcast [--user <USER_ID> | all | current] <INTENT>\n"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]

Completed in 605 milliseconds