Searched refs:yf (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Dtinyplanet.cc107 float yf = (y - output_height / 2.0f) / image_scale; local
110 float r = hypotf(xf, yf);
111 float theta = angle+atan2(yf, xf);
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc106 float yf = (y - output_height / 2.0f) / image_scale; local
109 float r = hypotf(xf, yf);
110 float theta = angle+atan2(yf, xf);

Completed in 407 milliseconds