/external/opencv3/modules/cudafilters/src/ |
D | filtering.cpp | 99 …NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar borderVal); 116 …NPPBoxFilter::NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Sca… in NPPBoxFilter() argument 117 … ksize_(ksize), anchor_(anchor), type_(srcType), borderMode_(borderMode), borderVal_(borderVal) in NPPBoxFilter() 121 CV_Assert( srcType == CV_8UC1 || srcType == CV_8UC4 ); in NPPBoxFilter() 122 CV_Assert( dstType == srcType ); in NPPBoxFilter() 126 func_ = funcs[CV_MAT_CN(srcType)]; in NPPBoxFilter() 165 Ptr<Filter> cv::cuda::createBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borde… in createBoxFilter() argument 168 dstType = srcType; in createBoxFilter() 170 dstType = CV_MAKE_TYPE(CV_MAT_DEPTH(dstType), CV_MAT_CN(srcType)); in createBoxFilter() 172 return makePtr<NPPBoxFilter>(srcType, dstType, ksize, anchor, borderMode, borderVal); in createBoxFilter() [all …]
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_accumulate.cpp | 63 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 67 UMat src(srcSize, srcType), dst(srcSize, dstType); in OCL_PERF_TEST_P() 84 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 88 UMat src(srcSize, srcType), dst(srcSize, dstType); in OCL_PERF_TEST_P() 105 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 109 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, dstType); in OCL_PERF_TEST_P() 126 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); in OCL_PERF_TEST_P() local 130 UMat src(srcSize, srcType), dst(srcSize, dstType); in OCL_PERF_TEST_P()
|
D | perf_blend.cpp | 63 const int srcType = get<1>(params); in OCL_PERF_TEST_P() local 64 const double eps = CV_MAT_DEPTH(srcType) <= CV_32S ? 1.0 : 0.2; in OCL_PERF_TEST_P() 66 checkDeviceMaxMemoryAllocSize(srcSize, srcType); in OCL_PERF_TEST_P() 68 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, srcType); in OCL_PERF_TEST_P()
|
D | perf_imgproc.cpp | 266 const int srcType = get<1>(params); in OCL_PERF_TEST_P() local 270 checkDeviceMaxMemoryAllocSize(srcSize, srcType); in OCL_PERF_TEST_P() 272 UMat src(srcSize, srcType), dst(srcSize, srcType); in OCL_PERF_TEST_P()
|
/external/opencv3/modules/cudafilters/include/opencv2/ |
D | cudafilters.hpp | 102 CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-… 120 CV_EXPORTS Ptr<Filter> createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor… 139 CV_EXPORTS Ptr<Filter> createLaplacianFilter(int srcType, int dstType, int ksize = 1, double scale … 159 CV_EXPORTS Ptr<Filter> createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, … 180 CV_EXPORTS Ptr<Filter> createDerivFilter(int srcType, int dstType, int dx, int dy, 199 CV_EXPORTS Ptr<Filter> createSobelFilter(int srcType, int dstType, int dx, int dy, int ksize = 3, 216 CV_EXPORTS Ptr<Filter> createScharrFilter(int srcType, int dstType, int dx, int dy, 236 CV_EXPORTS Ptr<Filter> createGaussianFilter(int srcType, int dstType, Size ksize, 261 CV_EXPORTS Ptr<Filter> createMorphologyFilter(int op, int srcType, InputArray kernel, Point anchor … 274 CV_EXPORTS Ptr<Filter> createBoxMaxFilter(int srcType, Size ksize, [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 323 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_float_image() argument 331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_float_image() 367 srcFormat, srcType, in _mesa_make_temp_float_image() 371 dst, srcFormat, srcType, src, in _mesa_make_temp_float_image() 435 GLenum srcFormat, GLenum srcType, in make_temp_uint_image() argument 442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in make_temp_uint_image() 476 srcFormat, srcType, in make_temp_uint_image() 480 dst, srcFormat, srcType, src, in make_temp_uint_image() 564 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_ubyte_image() argument 603 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_ubyte_image() [all …]
|
D | pack.c | 2774 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() argument 2779 ASSERT(srcType == GL_BITMAP || in extract_uint_indexes() 2780 srcType == GL_UNSIGNED_BYTE || in extract_uint_indexes() 2781 srcType == GL_BYTE || in extract_uint_indexes() 2782 srcType == GL_UNSIGNED_SHORT || in extract_uint_indexes() 2783 srcType == GL_SHORT || in extract_uint_indexes() 2784 srcType == GL_UNSIGNED_INT || in extract_uint_indexes() 2785 srcType == GL_INT || in extract_uint_indexes() 2786 srcType == GL_UNSIGNED_INT_24_8_EXT || in extract_uint_indexes() 2787 srcType == GL_HALF_FLOAT_ARB || in extract_uint_indexes() [all …]
|
D | pack.h | 63 GLenum srcFormat, GLenum srcType, 72 GLenum srcFormat, GLenum srcType, 80 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType, 95 GLenum srcType, const GLvoid *source, 110 GLenum srcType, const GLvoid *source, 123 GLenum srcType, const GLvoid *source,
|
D | texcompress_s3tc.c | 174 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_dxt1() 183 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1() 192 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_dxt1() 227 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt1() 236 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1() 245 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt1() 280 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt3() 289 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3() 297 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt3() 332 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt5() [all …]
|
D | texstore.h | 64 GLenum srcFormat, GLenum srcType, \ 78 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
D | texcompress_rgtc.c | 109 srcFormat, srcType, srcAddr, in _mesa_texstore_red_rgtc1() 156 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_red_rgtc1() 204 srcFormat, srcType, srcAddr, in _mesa_texstore_rg_rgtc2() 258 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_rg_rgtc2()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | corners.cpp | 69 CornerBase(int srcType, int blockSize, int ksize, int borderType); 83 CornerBase::CornerBase(int srcType, int blockSize, int ksize, int borderType) : in CornerBase() argument 84 srcType_(srcType), blockSize_(blockSize), ksize_(ksize), borderType_(borderType) in CornerBase() 105 filterDx_ = cuda::createSobelFilter(srcType, CV_32F, 1, 0, ksize_, scale, borderType_); in CornerBase() 106 filterDy_ = cuda::createSobelFilter(srcType, CV_32F, 0, 1, ksize_, scale, borderType_); in CornerBase() 110 filterDx_ = cuda::createScharrFilter(srcType, CV_32F, 1, 0, scale, borderType_); in CornerBase() 111 filterDy_ = cuda::createScharrFilter(srcType, CV_32F, 0, 1, scale, borderType_); in CornerBase() 125 Harris(int srcType, int blockSize, int ksize, double k, int borderType) : in Harris() argument 126 CornerBase(srcType, blockSize, ksize, borderType), k_(static_cast<float>(k)) in Harris() 153 MinEigenVal(int srcType, int blockSize, int ksize, int borderType) : in MinEigenVal() argument [all …]
|
D | gftt.cpp | 68 … GoodFeaturesToTrackDetector(int srcType, int maxCorners, double qualityLevel, double minDistance, 87 …GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector(int srcType, int maxCorners, double quali… in GoodFeaturesToTrackDetector() argument 94 cuda::createHarrisCorner(srcType, blockSize, 3, harrisK) : in GoodFeaturesToTrackDetector() 95 cuda::createMinEigenValCorner(srcType, blockSize, 3); in GoodFeaturesToTrackDetector() 211 Ptr<cuda::CornersDetector> cv::cuda::createGoodFeaturesToTrackDetector(int srcType, int maxCorners,… in createGoodFeaturesToTrackDetector() argument 215 …new GoodFeaturesToTrackDetector(srcType, maxCorners, qualityLevel, minDistance, blockSize, useHarr… in createGoodFeaturesToTrackDetector()
|
/external/opencv3/modules/imgproc/src/ |
D | filterengine.hpp | 217 int srcType, int dstType, int bufType, 227 int srcType, int dstType, int bufType, 250 int srcType; member in cv::FilterEngine 286 Ptr<BaseRowFilter> getLinearRowFilter(int srcType, int bufType, 297 Ptr<BaseFilter> getLinearFilter(int srcType, int dstType, 303 Ptr<FilterEngine> createSeparableLinearFilter(int srcType, int dstType, 311 Ptr<FilterEngine> createLinearFilter(int srcType, int dstType, 322 Ptr<FilterEngine> createDerivFilter( int srcType, int dstType, 327 Ptr<BaseRowFilter> getRowSumFilter(int srcType, int sumType, 335 Ptr<FilterEngine> createBoxFilter( int srcType, int dstType, Size ksize,
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/ |
D | System.java | 47 Class<?> srcType = src.getClass(); in arraycopy() local 49 if (!srcType.isArray() || !destType.isArray()) { in arraycopy() 53 Class<?> srcComp = srcType.getComponentType(); in arraycopy() 71 && !srcType.equals(destType)) { in arraycopy()
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 16 int checkCase( int srcType, int dstType, int dim, Size sz ); 87 int srcType = src.type(); in checkOp() local 91 if( srcType == CV_8U && (dstType == CV_32S || dstType == CV_32F || dstType == CV_64F) ) in checkOp() 93 if( srcType == CV_16U && (dstType == CV_32F || dstType == CV_64F) ) in checkOp() 95 if( srcType == CV_16S && (dstType == CV_32F || dstType == CV_64F) ) in checkOp() 97 if( srcType == CV_32F && (dstType == CV_32F || dstType == CV_64F) ) in checkOp() 99 if( srcType == CV_64F && dstType == CV_64F) in checkOp() 104 if( srcType == CV_8U && dstType == CV_8U ) in checkOp() 106 if( srcType == CV_32F && dstType == CV_32F ) in checkOp() 108 if( srcType == CV_64F && dstType == CV_64F ) in checkOp() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
D | cudaimgproc.hpp | 534 CV_EXPORTS Ptr<CornernessCriteria> createHarrisCorner(int srcType, int blockSize, int ksize, double… 547 CV_EXPORTS Ptr<CornernessCriteria> createMinEigenValCorner(int srcType, int blockSize, int ksize, i… 586 CV_EXPORTS Ptr<CornersDetector> createGoodFeaturesToTrackDetector(int srcType, int maxCorners = 100… 687 CV_EXPORTS Ptr<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_si…
|
/external/opencv3/modules/stitching/src/opencl/ |
D | multibandblend.cl | 188 #define __CONVERT_MODE(srcType, dstType) CAT(__CONVERT_MODE_, CAT(REF(T1(srcType)), CAT(_, REF(T1(d… 195 #define ROUND_MODE(srcType, dstType) CAT(__ROUND_MODE_, __CONVERT_MODE(srcType, dstType)) 203 #define CONVERT(srcType, dstType) REF(__CONVERT_MODE(srcType,dstType))(dstType)
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_color.cpp | 73 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in PARAM_TEST_CASE() local 78 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100); in PARAM_TEST_CASE() 330 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local 337 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100); in generateTestData() 372 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local 379 randomSubMat(src, src_roi, srcRoiSize, srcBorder, srcType, 2, 100); in generateTestData() 406 const int srcType = CV_MAKE_TYPE(depth, channelsIn); in generateTestData() local 413 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100); in generateTestData()
|
D | test_warp.cpp | 241 int srcType, map1Type, map2Type; in PARAM_TEST_CASE() local 254 srcType = CV_MAKE_TYPE(GET_PARAM(0), GET_PARAM(1)); in PARAM_TEST_CASE() 268 randomSubMat(src, src_roi, srcROISize, srcBorder, srcType, 5, 256); in PARAM_TEST_CASE() 271 randomSubMat(dst, dst_roi, dstROISize, dstBorder, srcType, -MAX_VALUE, MAX_VALUE); in PARAM_TEST_CASE()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() argument 358 JavaExpression left = cast(srcType, leftNode); in infix() 359 JavaExpression right = cast(srcType, rightNode); in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix() argument 364 return JavaExpression.prefix(destType, prefix, cast(srcType, node)); in prefix()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 183 NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType… in memSegCopyHelper() argument 190 switch (srcType) in memSegCopyHelper() 213 switch (srcType) in memSegCopyHelper() 251 const void *src, Ncv32u srcPitch, NCVMemoryType srcType, in memSegCopyHelper2D() argument 259 switch (srcType) in memSegCopyHelper2D() 285 switch (srcType) in memSegCopyHelper2D()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 897 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() argument 902 if (srcType == NULL) in invalidDim() 907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim() 1364 int srcType = exprType; in atCastExpr() local 1369 atNumCastExpr(srcType, exprType); // built-in type in atCastExpr() 1390 int srcType = exprType; in checkCastExpr() local 1391 if (invalidDim(srcType, arrayDim, className, type, dim, name, true) in checkCastExpr() 1392 || srcType == VOID || type == VOID) in checkCastExpr() 1396 if (!isRefType(srcType)) in checkCastExpr() 1408 void atNumCastExpr(int srcType, int destType) in atNumCastExpr() argument [all …]
|