Searched refs:Lstep (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | nldiffusion_functions.cpp | 347 Nld_Step_Scalar_Invoker(cv::Mat& Ld, const cv::Mat& c, cv::Mat& Lstep, float _stepsize) in Nld_Step_Scalar_Invoker() argument 350 , _Lstep(&Lstep) in Nld_Step_Scalar_Invoker() 364 cv::Mat& Lstep = *_Lstep; in operator ()() local 375 float *dst = Lstep.ptr<float>(i); in operator ()() 377 for (int j = 1; j < Lstep.cols - 1; j++) in operator ()() 405 void nld_step_scalar(cv::Mat& Ld, const cv::Mat& c, cv::Mat& Lstep, float stepsize) { in nld_step_scalar() argument 407 …cv::parallel_for_(cv::Range(1, Lstep.rows - 1), Nld_Step_Scalar_Invoker(Ld, c, Lstep, stepsize), (… in nld_step_scalar() 410 float* dst = Lstep.ptr<float>(0); in nld_step_scalar() 417 for (int j = 1; j < Lstep.cols - 1; j++) { in nld_step_scalar() 424 dst = Lstep.ptr<float>(Lstep.rows - 1); in nld_step_scalar() [all …]
|
D | nldiffusion_functions.h | 37 void nld_step_scalar(cv::Mat& Ld, const cv::Mat& c, cv::Mat& Lstep, float stepsize);
|
D | AKAZEFeatures.cpp | 111 Mat Lstep = Mat::zeros(evolution_[0].Lt.rows, evolution_[0].Lt.cols, CV_32F); in Create_Nonlinear_Scale_Space() local 125 Lstep = Mat::zeros(evolution_[i].Lt.rows, evolution_[i].Lt.cols, CV_32F); in Create_Nonlinear_Scale_Space() 158 nld_step_scalar(evolution_[i].Lt, Lflow, Lstep, tsteps_[i - 1][j]); in Create_Nonlinear_Scale_Space()
|
D | KAZEFeatures.cpp | 112 Mat Lstep = Mat::zeros(evolution_[0].Lt.rows, evolution_[0].Lt.cols, CV_32F); in Create_Nonlinear_Scale_Space() local 134 nld_step_scalar(evolution_[i].Lt, Lflow, Lstep, tsteps_[i - 1][j]); in Create_Nonlinear_Scale_Space()
|
/external/libunwind/src/ |
D | Makefile.am | 157 dwarf/Lexpr.c dwarf/Lfde.c dwarf/Lparser.c dwarf/Lpe.c dwarf/Lstep.c \ 197 aarch64/Lstep.c 218 arm/Lis_signal_frame.c arm/Lregs.c arm/Lresume.c arm/Lstep.c \ 243 ia64/Lrbs.c ia64/Lregs.c ia64/Lresume.c ia64/Lscript.c ia64/Lstep.c \ 267 hppa/Lresume.c hppa/Lstep.c 288 mips/Lis_signal_frame.c mips/Lregs.c mips/Lresume.c mips/Lstep.c 308 x86/Lresume.c x86/Lstep.c 333 x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c x86_64/getcontext.S 364 ppc32/Lregs.c ppc32/Lresume.c ppc32/Lstep.c 383 ppc64/Lregs.c ppc64/Lresume.c ppc64/Lstep.c [all …]
|
/external/libunwind/ |
D | Android.bp | 188 "src/arm/Lstep.c", 220 "src/aarch64/Lstep.c", 249 "src/mips/Lstep.c", 283 "src/mips/Lstep.c", 313 "src/x86/Lstep.c", 343 "src/x86_64/Lstep.c",
|
D | Android.mk | 178 src/$(arch)/Lstep.c \
|