OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_depth
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
utils.cpp
600
int
src_depth
= CV_MAT_DEPTH(src->type);
local
601
double scale =
src_depth
<= CV_8S ? 1 :
src_depth
<= CV_32S ? 1./256 : 255;
602
double shift =
src_depth
== CV_8S ||
src_depth
== CV_16S ? 128 : 0;
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp
414
fs_reg
src_depth
, src_stencil;
local
418
src_depth
= frag_depth;
420
src_depth
= fs_reg(brw_vec8_grf(payload.source_depth_reg, 0));
427
color0, color1, src0_alpha,
src_depth
, dst_depth, src_stencil,
[
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 675 milliseconds