OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lstep
(Results
1 - 5
of
5
) sorted by null
/external/opencv/cv/src/
cvdistransform.cpp
229
int step, float* dist, int dststep, int* labels, int
lstep
,
243
lstep
/= sizeof(labels[0]);
252
int* lls = (int*)(labels + i*
lstep
);
273
l0 = lls[j-
lstep
*2-1];
279
l0 = lls[j-
lstep
*2+1];
285
l0 = lls[j-
lstep
-2];
291
l0 = lls[j-
lstep
-1];
297
l0 = lls[j-
lstep
];
303
l0 = lls[j-
lstep
+1];
309
l0 = lls[j-
lstep
+2]
[
all
...]
/external/opencv/ml/src/
mlem.cpp
370
int
lstep
= CV_IS_MAT_CONT(labels->type) ? 1 : labels->step/sizeof(int);
local
378
labels->data.i[i*
lstep
] = cvRound(predict(&sample, &prob));
[
all
...]
/external/llvm/lib/Support/
regengine.inc
63
#define step
lstep
/bionic/libc/upstream-netbsd/libc/regex/
engine.c
99
#define step
lstep
/ndk/sources/host-tools/ndk-stack/regex/
engine.c
63
#define step
lstep
Completed in 312 milliseconds