Searched refs:map_table (Results 1 – 9 of 9) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_utils.cpp | 257 std::vector<PointFloat2> &map_table, in generate_topview_map_table() argument 266 map_table.resize (height * width); in generate_topview_map_table() 278 map_table[row * width + col] = image_pos; in generate_topview_map_table() 289 std::vector<PointFloat2> &map_table, in generate_rectifiedview_map_table() argument 315 map_table.resize (width * height); in generate_rectifiedview_map_table() 352 map_table[row * width + col] = image_coord; in generate_rectifiedview_map_table() 364 std::vector<PointFloat2> &map_table) in sample_generate_top_view() argument 372 if((int)map_table.size () != top_view_resolution_w * top_view_resolution_h) { in sample_generate_top_view() 373 map_table.clear (); in sample_generate_top_view() 374 …generate_topview_map_table (stitch_info, config, map_table, top_view_resolution_w, top_view_resolu… in sample_generate_top_view() [all …]
|
D | cl_utils.h | 69 std::vector<PointFloat2> &map_table, 76 std::vector<PointFloat2> &map_table, 84 std::vector<PointFloat2> &map_table); 91 std::vector<PointFloat2> &map_table);
|
D | cl_fisheye_handler.cpp | 383 SurViewFisheyeDewarp::MapTable map_table(table_width * table_height * 2); in generate_fisheye_table() local 388 …fd.fisheye_dewarp(map_table, table_width, table_height, output_width, output_height, bowl_data_con… in generate_fisheye_table() 400 … map_ptr[row * row_pitch / 4 + col * 4] = map_table[row * table_width + col].x / fisheye_width; in generate_fisheye_table() 401 …map_ptr[row * row_pitch / 4 + col * 4 + 1] = map_table[row * table_width + col].y / fisheye_height; in generate_fisheye_table()
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_stats_data.py | 165 map_table = gen_map_table(code_bounds[first_nontrivial:], shift_data) 177 map_table_idx = decl_static_table(map_table, 178 type_for_uint_table(map_table)) 182 (map_table[-1] << shift_data[0]) + first_nontrivial_code)
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 46 static const uint8_t map_table[MAX_PROB - 1] = { in remap_prob() local 74 i = map_table[i]; in remap_prob()
|
/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 88 map_table[row * table_w + col] = image_coord; 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…
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 52 static PointFloat2 map_table[MAP_HEIGHT * MAP_WIDTH] = { variable 725 mapper->set_lookup_table (map_table, MAP_WIDTH, MAP_HEIGHT); in main()
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 255 SurViewFisheyeDewarp::MapTable map_table(table_width * table_height); in set_dewarp_geo_table() local 257 map_table, table_width, table_height, in set_dewarp_geo_table() 261 ERROR, mapper->set_lookup_table (map_table.data (), table_width, table_height), in set_dewarp_geo_table()
|