Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp78 float scale_factor_h = (float)image_h / table_h; in fisheye_dewarp() local
82 PointFloat2 out_pos (col * scale_factor_w, row * scale_factor_h); in fisheye_dewarp()