OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:magstep1
(Results
1 - 9
of
9
) sorted by null
/external/opencv/cv/src/
cvcanny.cpp
171
int
magstep1
, magstep2;
local
216
magstep1
= (int)(mag_buf[2] - mag_buf[1]);
265
if( m > _mag[j+magstep2] && m >= _mag[j+
magstep1
] )
280
if( m > _mag[j+magstep2-s] && m > _mag[j+
magstep1
+s] )
/external/opencv3/modules/imgproc/src/
canny.cpp
449
ptrdiff_t
magstep1
= mag_buf[2] - mag_buf[1];
local
494
if (m > _mag[j+magstep2] && m >= _mag[j+
magstep1
]) canny_push = true;
499
if (m > _mag[j+magstep2-s] && m > _mag[j+
magstep1
+s]) canny_push = true;
856
ptrdiff_t
magstep1
= mag_buf[2] - mag_buf[1];
local
[
all
...]
/external/bison/build-aux/
texinfo.tex
[
all
...]
/external/libmicrohttpd/doc/
texinfo.tex
[
all
...]
/toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex
[
all
...]
/external/e2fsprogs/doc/
texinfo.tex
[
all
...]
/external/e2fsprogs/lib/et/
texinfo.tex
[
all
...]
/external/netperf/doc/
texinfo.tex
[
all
...]
/ndk/sources/host-tools/make-3.81/config/
texinfo.tex
[
all
...]
Completed in 3151 milliseconds