Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp63 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()
77 float scale_factor_w = (float)image_w / table_w; in fisheye_dewarp()
81 for(uint32_t col = 0; col < table_w; col++) { in fisheye_dewarp()
88 map_table[row * table_w + col] = image_coord; in fisheye_dewarp()
Dsurview_fisheye_dewarp.h39 …void fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uin…