HomeSort by relevance Sort by last modified time
    Searched defs:dtype (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
429 dtype = CV_MAT_TYPE(_dst->type);
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
476 if( dtype == CV_32FC2 )
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 1082 const int stype = types.first, dtype = types.second, local
1086 const double eps = CV_MAT_DEPTH(dtype) <= CV_32S ? 1 : 1e-5;
1089 checkDeviceMaxMemoryAllocSize(srcSize, dtype);
1091 UMat src(srcSize, stype), dst(dstSize, dtype);
1094 OCL_TEST_CYCLE() cv::reduce(src, dst, dim, op, dtype);
1113 const int stype = types.first, dtype = types.second, local
    [all...]
  /external/opencv3/modules/core/src/
copy.cpp 278 int dtype = _dst.type(); local
279 if( _dst.fixedType() && dtype != type() )
281 CV_Assert( channels() == CV_MAT_CN(dtype) );
282 convertTo( _dst, dtype );
    [all...]
stat.cpp 1070 dtype = CV_MAKE_TYPE(ddepth, cn); local
    [all...]
  /external/opencv3/modules/features2d/src/
matchers.cpp 812 int dtype = normType == NORM_HAMMING || normType == NORM_HAMMING2 || local
820 batchDistance(queryDescriptors, trainDescCollection[iIdx], dist, dtype, nidx,
825 if( dtype == CV_32S )
933 int dtype = normType == NORM_HAMMING || local
    [all...]
  /external/opencv3/modules/imgproc/src/
accum.cpp 849 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); local
934 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); local
1018 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); local
1106 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); local
    [all...]
deriv.cpp 207 int dtype = CV_MAKETYPE(ddepth, cn); local
227 _dst.create( _src.size(), dtype);
230 if ((CV_8U == stype) && (CV_16S == dtype))
253 else if ((CV_16S == stype) && (CV_16S == dtype))
276 else if ((CV_32F == stype) && (CV_32F == dtype))
561 int dtype = CV_MAKE_TYPE(ddepth, cn); local
562 _dst.create( _src.size(), dtype );
619 int dtype = CV_MAKETYPE(ddepth, cn); local
620 _dst.create( _src.size(), dtype );
707 int dtype = CV_MAKE_TYPE(ddepth, cn) local
    [all...]
smooth.cpp 1057 wtype = CV_MAKE_TYPE(wdepth, cn), dtype = CV_MAKE_TYPE(ddepth, cn); local
    [all...]
corner.cpp 662 int dtype = _dst.type(); local
664 if( dsz.height != src.rows || dsz.width*CV_MAT_CN(dtype) != src.cols*6 || CV_MAT_DEPTH(dtype) != CV_32F )
undistort.cpp 276 int stype, dtype; local
330 dtype = CV_MAT_TYPE(_dst->type);
332 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
377 if( dtype == CV_32FC2 )
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth,
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth,
    [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 1580 const int dtype = CV_MAKE_TYPE(CV_8U, cn); local
1714 int sdepth, ddepth, cn, dim, dtype; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 260 const char *fname, *dtype, *bname; local
366 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
797 static void getdiskinfo(int fd, const char *fname, const char *dtype,
847 static void getdiskinfo(int fd, const char *fname, const char *dtype,
857 if (dtype != NULL) {
858 lp = getdiskbyname(dtype);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 1705 int month = -1, dom = 0, dow = 0, dtype = -1; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 1736 int month = -1, dom = 0, dow = 0, dtype = -1; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); local
940 switch (dtype) {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 684 debug_type dtype; local
783 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
785 if (dtype == DEBUG_TYPE_NULL)
792 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p)))
804 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
806 if (dtype == DEBUG_TYPE_NULL)
808 if (! debug_record_label (dhandle, name, dtype, value))
815 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p,
817 if (dtype == DEBUG_TYPE_NULL)
819 if (! debug_record_function (dhandle, name, dtype, type == 'F', value)
1148 debug_type dtype; local
3563 debug_type dtype; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /external/icu/icu4c/source/i18n/
vtzone.cpp 816 DateTimeRule::DateRuleType dtype; local
829 dtype = rule->getDateRuleType();
832 if (dtype == DateTimeRule::DOW) {
836 dtype = DateTimeRule::DOW_GEQ_DOM;
839 dtype = DateTimeRule::DOW_LEQ_DOM;
854 if (dtype != DateTimeRule::DOM) {
866 if (dtype == DateTimeRule::DOM) {
870 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1416 int dtype = typePrecedence(destType); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo

Completed in 6083 milliseconds

12 3 4