HomeSort by relevance Sort by last modified time
    Searched refs:dst_type (Results 1 - 8 of 8) sorted by null

  /abi/cpp/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon1::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 184 const abi::__class_type_info *dst_type; member in struct:__anon22044::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv/cv/src/
cvderiv.cpp 188 int src_type, dst_type; local
201 dst_type = CV_MAT_TYPE( dst->type );
208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* ||
209 src_type == CV_32FC1 && dst_type == CV_32FC1*/) )
338 CV_CALL( filter.init_deriv( src->cols, src_type, dst_type, dx, dy,
385 int dst_depth = CV_MAT_DEPTH(dst_type);
387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 );
810 int src_type, dst_type; local
    [all...]
cvsmooth.cpp 140 if( CV_MAT_DEPTH(dst_type) == CV_8U )
146 else if( CV_MAT_DEPTH(dst_type) == CV_16S )
152 else if( CV_MAT_DEPTH(dst_type) == CV_32S )
159 else if( CV_MAT_DEPTH(dst_type) == CV_32F )
    [all...]
cvfilter.cpp 104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type));
105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type));
136 _dst_type == dst_type && _is_separable == is_separable &&
144 dst_type = CV_MAT_TYPE(_dst_type);
486 if( CV_MAT_TYPE(dst->type) != dst_type )
537 dptr = dst->data.ptr + dst_origin.y*dst->step + dst_origin.x*CV_ELEM_SIZE(dst_type);
766 if( CV_MAT_DEPTH(dst_type) == CV_8U &&
775 else if( CV_MAT_DEPTH(dst_type) == CV_16S &&
785 if( CV_MAT_DEPTH(dst_type) > CV_32F )
796 if( CV_MAT_DEPTH(dst_type) > CV_32F
    [all...]
  /external/opencv/cv/include/
cv.hpp 110 int get_dst_type() const { return dst_type; }
136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
  /external/v8/src/arm/
assembler-arm.cc     [all...]

Completed in 137 milliseconds