Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Dtinyplanet.cc26 #define PI_F 3.141592653589f macro
112 if (theta>PI_F) theta-=2*PI_F; in StereographicProjection()
119 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection()
120 float py = (phi / PI_F) * input_height; in StereographicProjection()
/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc25 #define PI_F 3.141592653589f macro
111 if (theta>PI_F) theta-=2*PI_F; in StereographicProjection()
118 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection()
119 float py = (phi / PI_F) * input_height; in StereographicProjection()