OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat1_step
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxnorm.cpp
982
int
mat1_step
, mat2_step, mask_step = 0;
local
[
all
...]
/external/opencv/cv/src/
cvaccum.cpp
592
int
mat1_step
, mat2_step, sum_step, mask_step = 0;
local
624
mat1_step
= mat1->step;
640
mat1_step
= mat2_step = sum_step = CV_STUB_STEP;
644
IPPI_CALL( func( mat1->data.ptr,
mat1_step
, mat2->data.ptr, mat2_step,
667
mat1_step
= mat2_step = sum_step = mask_step = CV_STUB_STEP;
671
IPPI_CALL( func( mat1->data.ptr,
mat1_step
, mat2->data.ptr, mat2_step,
[
all
...]
Completed in 47 milliseconds