HomeSort by relevance Sort by last modified time
    Searched refs:src_depth (Results 1 - 7 of 7) 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/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...]
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.cpp 1184 GLfloat src_depth = 0.0f; local
    [all...]
  /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...]
brw_fs.cpp     [all...]
  /external/opencv/cv/src/
cvderiv.cpp 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)) ||
433 if( src_depth == CV_8U )
446 else if( src_depth == CV_32F )
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 898 int src_depth = switch_depth[src_id]; local
    [all...]

Completed in 337 milliseconds