HomeSort by relevance Sort by last modified time
    Searched full:dst_type (Results 1 - 25 of 29) sorted by null

1 2

  /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...]
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...]
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...]
  /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:__anon22046::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
205 bool is_dst_type = *type == *context->dst_type;
  /external/eigen/unsupported/Eigen/
FFT 223 typedef typename ComplexDerived::Scalar dst_type;
228 EIGEN_STATIC_ASSERT((internal::is_same<dst_type, Complex>::value),
292 typedef typename OutputDerived::Scalar dst_type;
293 const bool realfft= (NumTraits<dst_type>::IsComplex == 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 450 // most derived object to this base. DST_TYPE indicates the
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 447 // most derived object to this base. DST_TYPE indicates the
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 447 // most derived object to this base. DST_TYPE indicates the
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 450 // most derived object to this base. DST_TYPE indicates the
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 450 // most derived object to this base. DST_TYPE indicates the
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 450 // most derived object to this base. DST_TYPE indicates the
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 450 // most derived object to this base. DST_TYPE indicates the
555 // >-1: src_type is a unique public non-virtual base of dst_type
558 // -2: src_type is not a public base of dst_type
559 // -3: src_type is a multiple public non-virtual base of dst_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 447 // most derived object to this base. DST_TYPE indicates the
552 // >-1: src_type is a unique public non-virtual base of dst_type
555 // -2: src_type is not a public base of dst_type
556 // -3: src_type is a multiple public non-virtual base of dst_type
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 455 // most derived object to this base. DST_TYPE indicates the
569 // >-1: src_type is a unique public non-virtual base of dst_type
572 // -2: src_type is not a public base of dst_type
573 // -3: src_type is a multiple public non-virtual base of dst_type
  /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/jpeg/
jmemdos.c 478 #define DST_TYPE(spec) FIELD_AT(spec,11,char)
503 DST_TYPE(spec) = 0;
527 DST_TYPE(spec) = 1;
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 478 #define DST_TYPE(spec) FIELD_AT(spec,11,char)
503 DST_TYPE(spec) = 0;
527 DST_TYPE(spec) = 1;
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libsupc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libsupc++.a     [all...]

Completed in 1445 milliseconds

1 2