Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_utils.cpp301 float fov_up = degree2radian (20.0f); in generate_rectifiedview_map_table() local
304 …float length_per_pixel_y = (focal_plane_dist * tan (fov_up) + focal_plane_dist * tan (fov_down)) /… in generate_rectifiedview_map_table()
306 float center_y = tan (fov_up) / (tan (fov_up) + tan (fov_down)) * height; in generate_rectifiedview_map_table()