Home
last modified time | relevance | path

Searched refs:besty (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/jni/filters/
Dedge.c73 float besty = 0.0f; in JNIFUNCF() local
82 if (fabs(tmp) > fabs(besty)) { in JNIFUNCF()
83 besty = tmp; in JNIFUNCF()
88 float mag = sqrt(bestx * bestx + besty * besty); in JNIFUNCF()