Searched defs:in1 (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out); 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) argument 310 if(in1 == NULL || in2 == NULL || out == NULL) 314 out->par[i] = in1->par[i] + in2->par[i]; 319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument 322 if(in1 == NULL || out == NULL) 326 out->par[i] = in1->par[i] * factor;
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out); 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) argument 310 if(in1 == NULL || in2 == NULL || out == NULL) 314 out->par[i] = in1->par[i] + in2->par[i]; 319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument 322 if(in1 == NULL || out == NULL) 326 out->par[i] = in1->par[i] * factor;
|
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
Completed in 163 milliseconds