OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:besty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/jni/filters/
edge.c
73
float
besty
= 0.0f;
local
82
if (fabs(tmp) > fabs(
besty
)) {
83
besty
= 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
404
besty
= sumy;
408
float descriptor_dir = cvFastArctan(
besty
, bestx );
Completed in 287 milliseconds