OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_MUL
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsamplers.cpp
513
ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( 8u32f, uchar, float, float, CV_8TO32F, CV_NOP,
CV_MUL
)
514
ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( 32f, float, float, float, CV_NOP, CV_NOP,
CV_MUL
)
[
all
...]
/external/opencv/cxcore/include/
cxmisc.h
173
#define
CV_MUL
(a, b) ((a) * (b))
[
all
...]
Completed in 25 milliseconds