Searched refs:table_h (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/xcore/ |
D | surview_fisheye_dewarp.cpp | 63 SurViewFisheyeDewarp::fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint3… in fisheye_dewarp() argument 72 table_w, table_h, image_w, image_h, in fisheye_dewarp() 78 float scale_factor_h = (float)image_h / table_h; in fisheye_dewarp() 80 for(uint32_t row = 0; row < table_h; row++) { in fisheye_dewarp()
|
D | surview_fisheye_dewarp.h | 39 …void fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uin…
|