OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_depth
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvderiv.cpp
385
int
dst_depth
= CV_MAT_DEPTH(dst_type);
local
386
int work_depth =
dst_depth
< CV_32F ? CV_32S : CV_32F;
407
int src_depth = CV_MAT_DEPTH(_src_type),
dst_depth
= CV_MAT_DEPTH(_dst_type);
413
if( ((src_depth != CV_8U || (
dst_depth
!= CV_16S &&
dst_depth
!= CV_32F)) &&
414
(src_depth != CV_32F ||
dst_depth
!= CV_32F)) ||
435
if(
dst_depth
== CV_16S )
440
else if(
dst_depth
== CV_32F )
448
if(
dst_depth
== CV_32F )
[
all
...]
/external/opencv/cxcore/src/
cxmathfuncs.cpp
1027
int coi1 = 0, coi2 = 0, src_depth,
dst_depth
;
local
1586
int coi1 = 0, coi2 = 0, src_depth,
dst_depth
;
local
[
all
...]
Completed in 37 milliseconds