OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_mag
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvcanny.cpp
165
int*
_mag
= mag_buf[(i > 0) + 1] + 1;
local
166
float* _magf = (float*)
_mag
;
176
_mag
[-1] =
_mag
[size.width] = 0;
180
_mag
[j] = abs(_dx[j]) + abs(_dy[j]);
202
memset(
_mag
-1, 0, (size.width + 2)*sizeof(int) );
212
_mag
= mag_buf[1] + 1; // take the central row
238
int m =
_mag
[j];
251
if( m >
_mag
[j-1] && m >=
_mag
[j+1]
[
all
...]
/external/dropbear/libtommath/
bn.tex
810
mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\
_mag
() will compare two
813
\index{mp\_cmp\
_mag
}
[
all
...]
Completed in 1382 milliseconds