Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/intern/libmv/intern/
H A Dreconstruction.h66 void libmv_reconstructionDestroy(libmv_Reconstruction* libmv_reconstruction);
H A Dstub.cc169 void libmv_reconstructionDestroy( in libmv_reconstructionDestroy() function
H A Dreconstruction.cc394 void libmv_reconstructionDestroy(libmv_Reconstruction *libmv_reconstruction) { in libmv_reconstructionDestroy() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking_solver.c453 libmv_reconstructionDestroy(context->reconstruction); in BKE_tracking_reconstruction_context_free()