OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yofs
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvtemplmatch.cpp
160
int
yofs
= k*dftsize.height;
local
163
dst = cvGetSubRect( dft_templ, &dstub, cvRect(0,
yofs
,templ->cols,templ->rows));
179
cvGetSubRect( dft_templ, dst, cvRect(templ->cols,
yofs
,
183
cvGetSubRect( dft_templ, dst, cvRect(0,
yofs
,dftsize.width,dftsize.height) );
201
int i,
yofs
;
local
219
yofs
= i*dftsize.height;
255
cvRect(0,(templ_cn>1?
yofs
:0),dftsize.width,dftsize.height) );
cvimgwarp.cpp
212
const CvResizeAlpha*
yofs
, \
225
worktype fy =
yofs
[dy].alpha_field, *swap_t; \
226
int sy0 =
yofs
[dy].idx, sy1 = sy0 + (fy > 0 && sy0 < ssize.height-1); \
808
CvResizeAlpha *xofs, *
yofs
;
local
[
all
...]
Completed in 245 milliseconds