Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp64 float axis_ratio = config.a / config.b; in transform_bowl_coord_to_image_y() local
65 …at cur_semimajor = sqrt (bowl_x * bowl_x + bowl_y * bowl_y * axis_ratio * axis_ratio) / axis_ratio; in transform_bowl_coord_to_image_y()