Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dsurview_fisheye_dewarp.h34 typedef std::vector<PointFloat2> MapTable; typedef
39 …void fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uin…
Dsurview_fisheye_dewarp.cpp63 SurViewFisheyeDewarp::fisheye_dewarp(MapTable &map_table, uint32_t table_w, uint32_t table_h, uint3… in fisheye_dewarp()
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp199 DenseMap<Record*, std::vector<Record*> > MapTable; member in __anon141388c10211::MapTableEmitter
299 MapTable[CurKeyInstr] = ColInstrVec; in buildMapTable()
382 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp199 DenseMap<Record*, std::vector<Record*> > MapTable; member in __anon755d02190211::MapTableEmitter
304 MapTable[CurKeyInstr] = ColInstrVec; in buildMapTable()
387 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable()
/external/libxcam/modules/ocl/
Dcl_fisheye_handler.cpp383 SurViewFisheyeDewarp::MapTable map_table(table_width * table_height * 2); in generate_fisheye_table()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp255 SurViewFisheyeDewarp::MapTable map_table(table_width * table_height); in set_dewarp_geo_table()