OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:work_elem_size
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxmatmul.cpp
1114
int
work_elem_size
= elem_size << (CV_MAT_DEPTH(type) == CV_32F ? 1 : 0);
local
[
all
...]
/external/opencv3/modules/core/src/
matmul.cpp
1329
int
work_elem_size
= elem_size << (CV_MAT_DEPTH(type) == CV_32F ? 1 : 0);
local
[
all
...]
Completed in 46 milliseconds