OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestx
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/jni/filters/
edge.c
58
float
bestx
= 0.0f;
local
68
if (fabs(tmp) > fabs(
bestx
)) {
69
bestx
= tmp;
88
float mag = sqrt(
bestx
*
bestx
+ besty * besty);
/external/opencv/cv/src/
cvsurf.cpp
386
float
bestx
= 0, besty = 0, descriptor_mod = 0;
local
403
bestx
= sumx;
408
float descriptor_dir = cvFastArctan( besty,
bestx
);
Completed in 1000 milliseconds